diff --git a/docs/index.md b/docs/index.md index c8be9e5..2d013d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -295,8 +295,8 @@ urlpatterns = [ Now to see it all working together we need to create the migrations for our models with the following steps. ```shell cd first_api -./manage.py makemigrations music -./manage.py migrate music +./manage.py makemigrations +./manage.py migrate cd .. task r ``` diff --git a/requirements.txt b/requirements.txt index 4dad88b..fd980d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,11 +22,11 @@ colorama==0.4.6 # via # mkdocs-material # taskipy -django==5.0.6 +django==4 # via # building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) # djangorestframework -djangorestframework==3.15.1 +djangorestframework==3.13 # via building-your-first-api-with-django-and-django-rest-framework (pyproject.toml) ghp-import==2.1.0 # via mkdocs