Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1005 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 1005 Bytes

Learning Django

Steps

  • Create virtual environment with requirements.txt file

This project will follow much of the same outline of the official Django tutorial.

  • Starting a project

  • Starting an application

  • Adding views and routing

  • Models and saving state in a database

  • Migrations

  • Object / Record collection

  • The Django Admin site

  • In depth views

    • functional
    • class based views
  • Templates

  • Forms

  • Testing

  • Style

  • Deployment https://cloud.google.com/python/django/appengine cloud_sql_proxy -instances="ieor-tools-for-analytics:us-east4:adopt"=tcp:5432 export GAE_APPLICATION=1 pip install -r requirements.txt source env.sh python manage.py migrate

    gcloud init gcloud app deploy

sing the Google Cloud SQL