Sites
- simple is better than complex: this is a place where almost all articles are very detailed and focus on making you a better developer. It has articles regarding various aspects of django from auth to rest api to models etc.
- Django Official Site: The documentation provided is one of the strengths of Django and the growth of its eco-system. Very detailed use cases are explained in the documentation. You can also try the django tutorial on the site tutorial
- pythonanywhere: It provides very easy and simple python based hosting solution which can be used for django and most of my projects are hosted on it.
- Awesome Django: It is curated list of high quality django packages which are well maintained and are preferred by most users.
Videos
- Sentdex Django Series: python guru sentdex teaches django in a very simple and easy way so you can get up and running.
- Pluralsight Django Fundamentals: this course by Reindert-Jan Ekker can be your primer to Django.
Taking baby steps at this movement,I’ll try to update the list whenever possible.