Before running this project, you may want to create a super user by synchronizing 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.
Right-click the project node and select Python->Django Sync DB.