From c903be495237125906e95e2d5fcb9f17df09327c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 14 Dec 2017 19:58:07 -0800 Subject: cleaned up notes, archived old apps, moved checkins to locations app where it should have been from the beginning --- app/birds/migrations/0001_initial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/birds/migrations/0001_initial.py') diff --git a/app/birds/migrations/0001_initial.py b/app/birds/migrations/0001_initial.py index 0e18574..b20387e 100644 --- a/app/birds/migrations/0001_initial.py +++ b/app/birds/migrations/0001_initial.py @@ -15,7 +15,7 @@ class Migration(migrations.Migration): initial = True dependencies = [ - ('locations', '__first__'), + #('locations', '__first__'), migrations.swappable_dependency(settings.AUTH_USER_MODEL), ] -- cgit v1.2.3