diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-13 16:08:00 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-13 16:08:00 +0100 |
commit | e3b629fe001c75caca0f430ee5137305e4386af7 (patch) | |
tree | d4da5323b9c5281a4bfdb9ed83f7a51ffd6135fc /ctrack/core/models.py | |
parent | 84f2eccea7759dc694c83b770b0066a11cae7ecd (diff) |
refactored populate script into a new core app - better positioned for use in tests
Diffstat (limited to 'ctrack/core/models.py')
-rw-r--r-- | ctrack/core/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctrack/core/models.py b/ctrack/core/models.py new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/ctrack/core/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. |