diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-08-27 13:56:56 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-08-27 13:56:56 +0100 |
commit | de0bbafec7d1aac5aaf9c672678c257b62f14d67 (patch) | |
tree | 2fa109f3e5f690af794b5a6cca072b2f56011929 /ctrack/users/migrations/0001_initial.py | |
parent | 75c34b747fc3f6cc776266200db4d1177ca7093e (diff) |
essential service now on admin and further work to schema
Diffstat (limited to '')
-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 bc74b13..df3cd12 100644 --- a/ctrack/users/migrations/0001_initial.py +++ b/ctrack/users/migrations/0001_initial.py @@ -1,4 +1,4 @@ -# Generated by Django 2.2.12 on 2020-08-27 09:40 +# Generated by Django 2.2.12 on 2020-08-27 12:44 import django.contrib.auth.models import django.contrib.auth.validators |