attendance system with djano and jazzmin
You can just type
pip install -r requirements.text
or just install every module in the requirement file
So that don't forget to create super user so you can access the Django Admin page
python manage.py createsuperuser
And run it
python manage.py runserver