Skip to content

KaveeshKhattar/Solan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solan

  • One small step for Solan, a giant leap for Knowledge.
  • Check out the SITE

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

STEPS TO RUN THE APPLICATION:

  1. run activate from the env folder to activate the virtual env

  2. create a user called db_user with password _dbpass in mysql and grant all privilege on a new databases called solan$cisco_students

  3. run the code in the next paragraph

  4. go to http://127.0.0.1:8080/admin

  5. Create 3 groups called Student, Teachers, Admin

  6. go to users and and add a user to a group you want

  7. go to logins on the admin page and click on the add login button, select the user and save

  8. go to points and click on add points, select the login you just created and save

  9. now you will be able to access all the featues of the website without any problems

Code to be run in step 3

run them one by one following any steps shown if required

python manage.py makemigrations
python manage.py migrations
python manage.py createsuperuser
python manage.py runserver 8080

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors