This source code is subject to terms and conditions of the Apache = License, Version 2.0.
A copy of the license can be found in the License.html file at the root = of this distribution. If you cannot locate the Apache License, Version 2.0, please send an email to [email protected]. By using this source code in any fashion, you are agreeing to be bound by the terms of the Apache License, Version 2.0. You must not remove this notice, or any other, from this software.
Django Web App Configuration
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.
Open Solution Explorer.
Right-click the project node and select Python -> Django Sync DB
You will be prompted to create a super user, enter yes.
Enter a user name, email and password when prompted.
The username and password do not need to match any existing account.