Skip to content

Commit bc1d55d

Browse files
committed
Move mongo_migrations ..
1 parent cc8a110 commit bc1d55d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project_name/settings.py-tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ STATIC_URL = 'static/'
125125
DEFAULT_AUTO_FIELD = 'django_mongodb.fields.ObjectIdAutoField'
126126

127127
MIGRATION_MODULES = {
128-
'admin': '{{ project_name }}.mongo_migrations.admin',
129-
'auth': '{{ project_name }}.mongo_migrations.auth',
130-
'contenttypes': '{{ project_name }}.mongo_migrations.contenttypes',
128+
'admin': 'mongo_migrations.admin',
129+
'auth': 'mongo_migrations.auth',
130+
'contenttypes': 'mongo_migrations.contenttypes',
131131
}

0 commit comments

Comments
 (0)