Skip to content

khemrajshrestha471/Manage-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage-Hackathon

First create a virtual envirnoment using following command

virtualenv env

Than activate the environment

source env/bin/activate

Nativate to the directory where there is requirement.txt file. After than run follwoing command to install all required dependencies

pip install -r requirements.txt

Than run

python3 manage.py makemigrations
python3 manage.py makemigrate
python3 manage.py runserver

or you can simply run

./mmr.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published