Skip to content

Event Management System in Django and Google Cloud Plateform (GCP)

Notifications You must be signed in to change notification settings

abdullahnaveedan/Event-management-system

Repository files navigation

Getting started with Django on Google Cloud Platform on App Engine Standard

Open in Cloud Shell

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.

Tutorial

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

About

Event Management System in Django and Google Cloud Plateform (GCP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published