One more thing...

Before running this project, you may want to create a super user by synchronizing the database.

Synchronize the Database

This project has default settings for the database (it uses sqlite). If you need a super user, you'll need to sync 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.