Skip to content

Commit 717b149

Browse files
committed
Update rest frameworks usage docs
1 parent 8e2e894 commit 717b149

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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",
Loading

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ django-rest-framework
2424

2525
When completed successfully the output should look something like this:
2626

27-
.. image:: _static/images/django-allauth.png
27+
.. image:: _static/images/django-rest-framework.png
2828

2929
django-allauth
3030
++++++++++++++

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ git-clone:
3030
dm repo clone django-mongodb-extensions
3131
dm repo clone django-mongodb-project
3232
dm repo clone django-mongodb-templates
33+
dm repo clone django-rest-framework
3334
dm repo clone mongo-python-driver
3435
dm repo clone python-xmlsec
3536

0 commit comments

Comments
 (0)