Skip to content

PereBal/pyday-django-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract

Workshop of the django-girls Django tutorial to introduce newcomers into the world of programming and Python.

Steps

  1. Installation ( 0cb8605 ) Follow the tutorial and add an extra step after installing Django in order to store the requirements of the project.
    # If you haven't done it yet, activate the environment with the following
    # line
    # source .env/bin/activate
    
    # And after that, store the requirements
    pip freeze --local > requirements.txt
  2. Setting up the project ( 7365461 ) Follow the tutorial steps, but beforehand,

Make sure you have sqlite3 installed

  1. Creating your first app ( 8d37f5c )

  2. Exploring the admin ( 9f0bde7 )

  3. Adding URLs ( 178f093 )

  4. Adding the first view ( babfbf5 )

  5. Yea, a template ( 0c7d7a2 )

  6. First QuerySet example ( 6857bb5 )

  7. Templating every day ( 68e2222 )

  8. CSS here ( 661f342 )

  9. Template extension ( 9e44a2f )

  10. First form ()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published