Helpful Django Development Links
1. Django Documentation
Comprehensive and official documentation detailing every aspect of Django. A must read for anyone getting started and a great reference point for experienced developers.
https://docs.djangoproject.com
2. Full Stack Python's Django Section
An extremely resourceful website with a dedicated Django section which helps you understand more about the framework and its features.
https://www.fullstackpython.com/django.html
3. Django Girls Tutorial
A step-by-step guide to building your web application using Django. Aimed at total beginners, perfect for getting started.
https://tutorial.djangogirls.org
4. Django Subreddit
A community for Django developers to share, learn and ask question related to Django development.
https://www.reddit.com/r/django/
5. Real Python Tutorials
A selection of tutorials specifically targeted at learning Django, great for beginners and experienced programmers too.
https://realpython.com/tutorials/django/
6. Django's GitHub Page
Follow the latest changes, access to source code and interaction with other Django developers.
https://github.com/django/django
7. Django Packages
A directory of reusable apps, sites, tools, and more for your Django projects.
8. Django Rest Framework
Django REST framework is a powerful and flexible toolkit for building Web APIs.
https://www.django-rest-framework.org/
9. Django Community: DjangoProject Forum
Powerful resources backed up by the large Django Community. Get all your questions answered on this platform.
https://forum.djangoproject.com/
10. Medium's Django Topic
A collection of posts on Django development. The topics range from beginner to advanced level.