We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8a110 commit bc1d55dCopy full SHA for bc1d55d
project_name/settings.py-tpl
@@ -125,7 +125,7 @@ STATIC_URL = 'static/'
125
DEFAULT_AUTO_FIELD = 'django_mongodb.fields.ObjectIdAutoField'
126
127
MIGRATION_MODULES = {
128
- 'admin': '{{ project_name }}.mongo_migrations.admin',
129
- 'auth': '{{ project_name }}.mongo_migrations.auth',
130
- 'contenttypes': '{{ project_name }}.mongo_migrations.contenttypes',
+ 'admin': 'mongo_migrations.admin',
+ 'auth': 'mongo_migrations.auth',
+ 'contenttypes': 'mongo_migrations.contenttypes',
131
}
0 commit comments