Getting Started With Django: A Crash Course
latest
  • virtualenv
  • Django
  • AuthViews
  • Talks app
  • TalkLists views
  • Talks models
  • Talks detail
  • Deployment
  • Resources
Getting Started With Django: A Crash Course
  • Docs »
  • Getting Started With Django: A Crash Course
  • Edit on GitHub

Getting Started With Django: A Crash Course¶

Prerequisites:¶

  • A text editor or IDE
  • A terminal
  • Git
  • Python 2.7
  • A Heroku account and the Heroku toolbelt installed
  • Completed the Polls tutorial

Contents:

  • virtualenv
    • virtualenvwrapper
    • Make the virtualenv
  • Django
    • Git
    • Database
    • Template Dirs
    • Global Layouts
  • AuthViews
    • HomeView
    • SignUpView
    • LogInView
    • LogOutView
    • django-braces
  • Talks app
    • startapp
    • TalkList model
    • URLs
    • south
    • Default list
  • TalkLists views
    • TalkListListView
    • TalkListDetailView
    • RestrictToUserMixin
    • TalkListCreateView
    • TalkListUpdateView
    • Global template changes
    • App template changes
    • DeleteView?
  • Talks models
    • Model, take one
    • TalkListListView
    • Show the talks on a list
    • TalkListRemoveTalkView
    • TalkListScheduleView
  • Talks detail
    • View
    • Ratings
    • Notes
    • Stars template tag
    • Move talks between lists
  • Deployment
    • Postgres
    • WSGI and static files
    • requirements.txt
    • Procfile
    • Settings
    • Deploy
  • Resources

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2014, Kenneth Love. Revision 6e0f364c.

Built with Sphinx using a theme provided by Read the Docs.