oksushi / lesson-two

MelbDjango School - Lesson Two

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MelbDjango School - Lesson Two

The slides from the class are available online here:
https://melbdjango.github.io/lesson-two/

Important: Please take the survey if you came to the class today.

Displaying the class slides

Install reveal-md with npm and use that to display the class slides.

    npm install -g reveal-md

    cd slides
    reveal-md CLASS.md --theme melbdjango

Homework Checklist

If you did the homework last week, you should already have a virtualenv that you can use this week.

  • Fork this repository
  • Clone the repo to your own machine
  • Normalise the model we created in class by creating new Django models that better express the relationships. You'll need to add ForeignKey relationships between your models and our existing one.
  • Update admin.py so all your new models show
  • Bonus Points: Use Django's migrations in a way that allows us to keep existing data in our model

When you've completed some or all of the homework please make a Pull Request against this repository. If you submit your work before Wednesday evening we'll give you feedback before the next class.

About

MelbDjango School - Lesson Two


Languages

Language:Python 56.1%Language:CSS 43.9%