Skip to content
Snippets Groups Projects
Commit ce3a2b2b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix dependency info of custom user model migration

parent 1c3fa3a8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class Migration(migrations.Migration):
('accounts', '0002_user_populate_migration'),
('admin', '0001_initial'),
('auth', '0006_require_contenttypes_0002'),
('course', '0064_link_to_keygen_tool'),
('course', '0075_course_metadata'),
]
operations = [
......
......@@ -71,3 +71,7 @@ django-celery
# For searchable select forms
django_select2==5.0.3
# Custom user migration created using
# https://bitbucket.org/spookylukey/django_custom_user_migration
# (but this package no longer needs to be installed)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment