Skip to content

quaranteamed submission repo, only merge to this repo after work on your personal team repo (if you have one)

Notifications You must be signed in to change notification settings

HackathonUG2k19/quaranteamed

Repository files navigation

!!!!!!!!!!NOTE!!!!!!!!!!!!!!!!!!!! PLease use this for updating your local repo

git remote add orig https://github.com/orientor/lost-found.git
git pull --rebase orig master

Clone This Project (Make Sure You Have Git Installed)

https://github.com/orientor/lost-found.git
cd lost-found

Make virtualenv

pip3 install virtualenv
virtualenv env
source env/bin/activate

Install Dependencies and run script

pip3 install -r requirements.txt
chmod +x reset.sh
./reset.sh

Set Database (Make Sure you are in directory same as manage.py)

python3 manage.py makemigrations
python3 manage.py migrate

Run site

python3 manage.py runserver

Create SuperUser

python manage.py createsuperuser

After all these steps , you can start testing and developing this project.

That's it! Happy Coding!

About

quaranteamed submission repo, only merge to this repo after work on your personal team repo (if you have one)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published