Commit 463e6ba2b1c3362ee7a9b2c8e5928aa052c02174

Authored by Andrew Buss
1 parent d38c8b3942
Exists in master

Removed uwsgi from requirements, fixed(?) auth migrations during testing

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashcards/migrations/0001_initial.py View file @ 463e6ba
... ... @@ -12,7 +12,7 @@
12 12 class Migration(migrations.Migration):
13 13  
14 14 dependencies = [
15   - ('auth', '0008_auto_20150504_0007'),
  15 + ('auth', '__latest__'),
16 16 ]
17 17  
18 18 operations = [