Skip to content

djangobrew/pantry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pantry ☕️

Where your coffee beans and code examples stay fresh!

Code examples for the Django Brew Podcast

Set up 🤓

  1. Create a virtual environment and activate it.
python -m venv venv

. venv/bin/activate
  1. Install requirements
python -m pip install -r requirements.txt
  1. Migrate
python manage.py migrate
  1. Run server
python manage.py runserver 0:8000

Viewing examples 👀

Examples for each episode are organized into separate Django apps.

You can find a list of all episode example links on the homepage, and from there you can navigate to each episode's homepage to access the examples!

About

The best place to store code examples and coffee beans ☕️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •