diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-02-20 16:11:17 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-02-20 16:11:17 +0000 |
commit | 1a419c01172ef00b29bc0bbfc39766d9ecccfa18 (patch) | |
tree | 322bd02eab60828ecb399d40e820ec1733a93364 /ctrack/users/migrations | |
parent | 286c6bfc65636f57f29b4d4f9a45de5218c62cfe (diff) |
new migrationjs and generate_people command working
Diffstat (limited to 'ctrack/users/migrations')
-rw-r--r-- | ctrack/users/migrations/0001_initial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/users/migrations/0001_initial.py b/ctrack/users/migrations/0001_initial.py index 7c8f11a..265c3d4 100644 --- a/ctrack/users/migrations/0001_initial.py +++ b/ctrack/users/migrations/0001_initial.py @@ -1,4 +1,4 @@ -# Generated by Django 2.2.9 on 2020-02-18 22:21 +# Generated by Django 2.2.9 on 2020-02-20 14:34 import django.contrib.auth.models import django.contrib.auth.validators |