fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed account migration dependencies

This commit is contained in:
Felipe Martín 2014-11-08 13:11:34 +01:00
parent 87febe3e40
commit 31be965af9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [
('auth', '0001_initial'),
]
operations = [