Skip to content

Commit 95e11c1

Browse files
committed
Fix test config for django-mongodb-extensions
1 parent 9e732a0 commit 95e11c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
),
204204
},
205205
"migrations": {
206-
"source": join("config", "debug_toolbar", "debug_toolbar_settings.py"),
206+
"source": join("config", "extensions", "debug_toolbar_settings.py"),
207207
"target": join(
208208
"src",
209209
"django-mongodb-extensions",

0 commit comments

Comments
 (0)