pip install -r requirements.txt
python manage.py migrate
needed to access django admin
python manage.py createsuperuser
python manage.py collectstatic
python manage.py runserver
/admin
/graphql
pip install -r requirements.txt
python manage.py migrate
needed to access django admin
python manage.py createsuperuser
python manage.py collectstatic
python manage.py runserver
/admin
/graphql