Requirements:
- Django v2.2
- pytz v2020.1
- sqlparse v0.3.1
How to use:
- Clone the Github repository:
git clone [https://github.com/SmithJesko/xzn.fr.git](https://github.com/SmithJesko/xzn.fr.git)
- From the
/src
directory, activate the virtual environment:
. env/Scripts/activate
- Install requirements:
pip install -r requirements.txt
- Make database migrations and migrate:
python manage.py makemigrations
python manage.py migrate
- Run the server:
python manage.py runserver
- Access the website at
127.0.0.1:8000