fix documentation link

master
Jerrica Bobadilla 5 years ago committed by GitHub
parent d5ee1765f3
commit d6326ea5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ Django and Rest are both fairly opinionated frameworks meaning there are right w
- Particular pages you may want to look at:
- [Making Queries (Django's built in ORM)](https://docs.djangoproject.com/en/3.1/topics/db/queries/#)
- [Models](https://docs.djangoproject.com/en/3.1/topics/db/models/)
- [Migrations](https://docs.djangoproject.com/en/2.0/topics/migrations/)
- [Migrations](https://docs.djangoproject.com/en/3.1/topics/migrations/)
- [URLs Config](https://docs.djangoproject.com/en/3.1/topics/http/urls/)
- [Djagno REST Framework Documentation](https://www.django-rest-framework.org/) (Click on the API Guide dropdown on the nav bar to see their documentation for specific things)

Loading…
Cancel
Save