How to deploy Django How to deploy Django Django is full of shortcuts to make web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sit...
How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distribu...
The Django admin site Overview Other topics ModelAdmin objects The register decorator Discovery of admin files ModelAdmin options Custom template options ModelAdmin methods O...
Outputting CSV with Django Using the Python CSV library Streaming large CSV files Using the template system Other text-based formats Outputting CSV with Django This documen...
Django ORM and QuerySets What is a QuerySet? Django shell All objects Create object Add more posts Filter objects Ordering objects Chaining QuerySets Django ORM and Que...
How to add a new Django application to a project¶ Make the package available to the project¶ Configure the project¶ Configure settings¶ Ordering of settings lists¶ Configure URL...