13. Further Information¶
This is the end of this tutorial. After catching a brief glimpse of Django you certainly want to know where you can find more information.
Your first stop should always be the excellent Django Online Documentation as well as the Django Offline PDF Documentation which has currently more than 1,500 pages. Also check out the Django FAQ.
The Django cheat sheet by Revolution Systems makes your daily work as Django developer much more easier.
To get help you can choose between several options:
- django-users - the main mailing list for help and announcements
- #django IRC channel on freenode
- ‘django’ questions on Stack Overflow (consider reading How do I ask a good question? before asking your first question)
Other useful resources are:
- Django Source Code
- Django Issue Tracker
- Django Packages - to find reusable Django apps
- Django snippets - a huge collection of useful Django code snippets
- Django Class-Based-View Inspector - helpful to understand Django’s Class-based views
- Django subreddit - reddit is a community news website
- List of Python User Groups - meet other Python users and share knowledge in one of the more than 400 Python user groups worldwide
Please respect the Django Code of Conduct when using spaces managed by the Django project or Django Software Foundation like IRC, the mailing lists or the issue tracker.