django

FacebookTwitter

Quick install guide

https://docs.djangoproject.com/en/dev/intro/install/ Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibilities; this guide will guide you to a simple, minimal installation that’ll work while you walk through the introduction.
A Django settings file contains all the configuration of your Django installation.

Django settings

https://docs.djangoproject.com/en/dev/topics/settings/

URL dispatcher

A clean, elegant URL scheme is an important detail in a high-quality Web application. Django lets you design URLs however you want, with no framework limitations. There’s no .php or .cgi required, and certainly none of that 0,2097,1-1-1928,00 nonsense. https://docs.djangoproject.com/en/dev/topics/http/urls/

django-admin.py and manage.py

https://docs.djangoproject.com/en/dev/ref/django-admin/ django-admin.py is Django’s command-line utility for administrative tasks.
This document will get you up and running with Django.

How to install Django

https://docs.djangoproject.com/en/dev/topics/install/#database-installation