Ce projet est un gestionnaire de tâches basé sur Django
- Python 3.x
- Django 3.x ou supérieur
- Redis (comme broker de messages)
git clone https://github.com/eddahbihossine/Gestion-taches-Django/
python -m venv env
python -m pip istall -r requirements.txt
python manage.py runserver 0.0.0.0:8000