El Hadj is a website that is meant to facilitate the procedure of Hadj, it is the theme for the 1CS Project of the Higher School of Computer Science at Sidi Bel Abbes (ESI SBA).
this repository is meant to contain the backend part of the project.
- Abahri Khalida (
Backend Developer
) - Benahmed Firdaws Sotra (
Frontend Developer
) - Boukennouche Meriem (
Designer + Backend Developer
) - Chellal Aicha (
Backend Developer
) - Hallouche Abdessamad (
Frontend Developer
) - Merzouka Youness (
Frontend Developer
)
- Django
- Python
- create a virtual environment using
python -m venv venv
- activate script located at
./venv/bin/activate
, if on linux usesource venv/bin/activate
, if on windows uselinux
, or follow this article - execute
pip install -r requirements.txt
- change to
El_Hajj
directory and executepython manage.py runserver