This repository is an example of how to run a Django app on Google App Engine Standard Environment. It uses the Writing your first Django app as the example app to deploy.
See our Running Django in the App Engine Standard Environment tutorial for instructions for setting up and deploying this sample application.
1:- env\Scripts\activate
2:- pip install -r requirements.txt
3:- pip install -r requirements-test.txt
4:- cloud-sql-proxy.exe alfred-event-manager-00001:us-central1:event-management-00001
5:- set GOOGLE_CLOUD_PROJECT=alfred-event-manager-00001
6:- gcloud auth list //choose email address
7:- set USE_CLOUD_SQL_AUTH_PROXY=true
8:- python manage.py runserver
9:- 127.0.0.1:8000 or localhost:8000