One more thing...

Before running this project, you need to synchronize the database .

Synchronize the Database

This project has default settings for the database (it uses sqlite). You'll need to create the database before running the project.

  1. Open Solution Explorer.
  2. Right-click the project node and select Python->Django Sync DB.

  3. You will be prompted to create a super user, enter yes.
  4. Enter a user name, email and password when prompted. The username and password do not need to match any existing account.