- Python 3
-
Clone or download this repository, extract it inside a folder if necessary, then open a command prompt inside this folder.
-
In the command prompt, create a new environment for the python project :
(You need the venv package from PiP to do it, if you don't have it, please write pip install venv
to install it)
To create a new environment, write this command :
virtualenv env
Then you need to activate it :
cd env/Scripts
activate
cd ../..
source env/Scripts/activate
And finally, you can install the required packages for the project :
pip install -r requirements.txt
Inside the project folder run the following commands :
py manage.py runserver
2 defaults users are available :
- Username: admin / Password: admin
- Username: test / Password: test