Django templates What are template tags? Display post list template One more thing Django templates Time to display some data! Django gives us some helpful built-in template...
Using Django Using Django Introductions to all the key parts of Django you’ll need to know: How to install Django Install Python Install Apache and mod_wsgi Get your databa...
Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your URLs Write your view...
Django settings The basics Designating the settings The django-admin utility On the server (mod_wsgi ) Default settings Seeing which settings you’ve changed Using settings i...