Your First Steps With Django: Set Up a Django Project

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

In this tutorial we’ll be answering the question “How do I setup a Django (1.5, 1.6, 1.7, or 1.8) project from scratch?” In other words, you’ll learn how to install Django and how to set up your Django project structure.

Here’s how you can make the most of this tutorial:

  1. Read over the Introduction and Setup sections.
  2. Then choose your poison – Django 1.5, 1.6, 1.7, 1.8 – to setup a Django Project.
  3. After the initial Project setup, move down to the Create an App section to set up a nice and easy app.
  4. Then checkout the summary workflow for a quick-start guide

     

     

     

    To finish reading, please visit source site