diff options
author | Sashi20 | 2018-10-12 15:36:57 +0530 |
---|---|---|
committer | Sashi20 | 2018-10-12 15:36:57 +0530 |
commit | 0b39bd1ebf8f89d574ed1c59d401f6f43b027627 (patch) | |
tree | 64716fc22fc062889fc3057f855d6b5579e9d4ed /website/migrations/0011_auto_20181008_1039.py | |
parent | d4b9b016f8b2c9a7ad660db96fb0d1dca8314ea7 (diff) | |
download | nccps-2018-0b39bd1ebf8f89d574ed1c59d401f6f43b027627.tar.gz nccps-2018-0b39bd1ebf8f89d574ed1c59d401f6f43b027627.tar.bz2 nccps-2018-0b39bd1ebf8f89d574ed1c59d401f6f43b027627.zip |
Remove migration files and modified config file
Diffstat (limited to 'website/migrations/0011_auto_20181008_1039.py')
-rw-r--r-- | website/migrations/0011_auto_20181008_1039.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/website/migrations/0011_auto_20181008_1039.py b/website/migrations/0011_auto_20181008_1039.py deleted file mode 100644 index 8abca98..0000000 --- a/website/migrations/0011_auto_20181008_1039.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.1 on 2018-10-08 10:39 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('website', '0010_auto_20181005_0544'), - ] - - operations = [ - migrations.AlterField( - model_name='question', - name='question_day', - field=models.DateField(), - ), - ] |