1- Clone this repository.
2- Create a virutal environment .
virtualenv -p virtualenv -p python .venv
source /.venv/bin/activate
3- Install the dependencies.
pip install -r requirements.txt
4- Run the server
python manage.py runserver
| Name | Name | Last commit date | ||
|---|---|---|---|---|
1- Clone this repository.
2- Create a virutal environment .
virtualenv -p virtualenv -p python .venv
source /.venv/bin/activate
3- Install the dependencies.
pip install -r requirements.txt
4- Run the server
python manage.py runserver