Skip to content

Commit 1f8d744

Browse files
authored
Merge pull request #22 from aclark4life/main
Update docs
2 parents a6a27d2 + 255238c commit 1f8d744

22 files changed

+96
-24
lines changed

django_mongodb_cli/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@
8181
"target": join("src", "django-rest-framework", "tests", "mongo_apps.py"),
8282
},
8383
"migrations_dir": {
84-
"source": join(
85-
"src", "rest_framework", "django-mongodb-project", "mongo_migrations"
86-
),
84+
"source": join("src", "django-mongodb-project", "mongo_migrations"),
8785
"target": join("src", "django-rest-framework", "tests", "mongo_migrations"),
8886
},
8987
"test_command": "./runtests.py",
123 KB
Loading
Loading
139 KB
Loading
Loading
154 KB
Loading

0 commit comments

Comments
 (0)