Project for test my knowledge and more Practice
$ git clone https://github.com/SAzghour/Django-Training.git$ python -m venv .venv$ source venv/Scripts/activate$ pip install -r requirements.txt$ python manage.py createsuperuser$ python manage.py migrate$ python manage.py runserverThe project will be available at : http://localhost:8000