add text to Official Resources

This commit is contained in:
William Vincent 2019-04-08 08:41:24 -04:00
parent e2b2258796
commit 950bfab5b3

View File

@ -41,10 +41,10 @@
### Official Resources
- [Project Website](https://www.djangoproject.com/)
- [Documentation](https://docs.djangoproject.com/en/dev/)
- [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/)
- [Source Code](https://github.com/django/django)
- [Project Website](https://www.djangoproject.com/) - Official Django website
- [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions
- [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals
- [Source Code](https://github.com/django/django) - Hosted on Github
### External Resources
@ -132,6 +132,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS)
- [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites
*Django REST Framework*
- [django-cors-headers](https://github.com/OttoYiu/django-cors-headers) - If your back-end and front-end are on different servers, you need this