Run these steps to open the project Make sure to have a python version <=3.9.0 1.pip install -r requirements.txt 2.python manage.py makemigrations 3.python manage.py migrate 4.python manage.py createsuperuser Enter the credentials of Super User like name,Email and password to have access of admin page 5.python manage.py runserver # Beauty-Shop