diff options
author | Expo on server <expo@expo.survex.com> | 2020-07-20 12:54:32 +0100 |
---|---|---|
committer | Expo on server <expo@expo.survex.com> | 2020-07-20 12:54:32 +0100 |
commit | d7838e2a42c61c03595bb77a64f052e1ac58b3ee (patch) | |
tree | e6d6b512501c7a61da1d21371caeac72ba2d5b1d /core/migrations/0001_initial.py | |
parent | eb923af44ffc9046349c5b523a3e443b930a847a (diff) | |
download | troggle-d7838e2a42c61c03595bb77a64f052e1ac58b3ee.tar.gz troggle-d7838e2a42c61c03595bb77a64f052e1ac58b3ee.tar.bz2 troggle-d7838e2a42c61c03595bb77a64f052e1ac58b3ee.zip |
migraitons files should be in gitign9ore
Diffstat (limited to 'core/migrations/0001_initial.py')
-rw-r--r-- | core/migrations/0001_initial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py index 4f91b89..8f49234 100644 --- a/core/migrations/0001_initial.py +++ b/core/migrations/0001_initial.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Generated by Django 1.11.29 on 2020-07-04 12:11 +# Generated by Django 1.11.29 on 2020-07-20 10:25 from __future__ import unicode_literals from django.conf import settings |