Django Core References
- Models
- Views
- Templates
- Forms
- URL Configuration
- Generic Views
- Django Settings Reference
- Contrib Packages
- Middleware
- Testing in Django
- Django Security
Other Django References
- About Django (Wikipedia)
- Django Sites
- Django Packages
- Django Software Foundation
- Supported Versions
- Release Process
- Jinja (alternative template language)
Django Books
- Django for Beginners
- Build a Website with Django 3 (paperback)
- Mastering Django (paperback)
- Test Driven Development with Python – yes, it’s actually a Django book as Harry uses Django as the web framework for the book!
Django Sites
- Django Girls
- Simple is Better Than Complex
- Tango With Django
- Django Facebook Group
- Stack Overflow
- Django Google Group
Python Resources
HTML/CSS Tutorials
There are thousands of tutorials for HTML and CSS online – both text-based and on YouTube.
I recommend the W3 Schools tutorials as a good place to start. They have a complete reference for each scripting language and a hand little tool for trying out code online.
You can find the HTML tutorial here.
You can find the CSS tutorial here.