WeDoinaThing / shaako-backend-cms

Backend for Imagine Cup Submission of Project Shaako (Regional FInalist)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortalDjango

To run the project for the first time:

pip install -r requirements.txt

This will install the depedencies required to run the project.

Then run the following commands in succession:

python manage.py makemigrations
python manage.py migrate --run-syncdb

These will create the database required for the project. Then create a superuser with following command:

python manage.py createsuperuser

Use an appropriate user email and password. Now run the server:

python manage.py runserver

Then login to this link with the created superuser account:

<localhost>/admin/

Navigate to Users table. Create a new superadmin account. After account creation, click on the new user and check on is_superadmin. Then you can log out from superuser account and again log back in using the new superadmin account.

About

Backend for Imagine Cup Submission of Project Shaako (Regional FInalist)


Languages

Language:JavaScript 60.1%Language:CSS 25.1%Language:SCSS 10.4%Language:HTML 3.7%Language:Python 0.8%