Quasar/Django Starter with Session Authentication Install the dependencies python -m venv .venv source .venv/bin/activate pip install -f ./requirements.txt Initialize the backend cd backend/ python manage.py migrate python manage.py createsuperuser Develop With Project # Terminal 1 python manage.py runserver # Terminal 2 quasar dev