How to run it? ************** #. Install Django:: pip install Django #. Create database (you can create admin account):: python manage.py syncdb #. Run testing server:: python manage.py runserver #. Take a look at http://localhost:8000