- Clone this repositorie to your work place
- This repositorie contains an virtual environment so active it usins this command :
- env/Scripts/activate for windows users
- source env/bin/activate for linux users NB : make sure that you are at the right directory
- make a migration python manage.py makemigrations
- collect static files with python manage.py collectstatics
- start server and you are done python manage.py runserver
Let me know if this was helpful, don't forget to share your marks.