Skip to content

yett1873/TFA-Project-Adopt-A-Pet

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.8%
  • HTML 39.5%
  • Shell 2.7%