Explore the docs »
View Demo
·
Report Bug
·
Request Feature
-
Fork and Clone
- Fork the Repo DigitalDukaanDaar
- Clone the repo to you computer.
-
Create a Virtual Environment for the Project
In Windows
py -m venv env .\env\Scripts\activate
In Ubuntu/MacOS
python -m virtualenv venv source venv/bin/activateIf you are giving a different name then
venv, then please mention it in.gitigonrefirst- Install all the requirements
pip install -r requirements.txt
- Checkout to develop branch
git status git pull git branch git checkout develop - Run server
python manage.py runserver
