DjangoGirlsSeoul / lightandleadership

Non-profit web project using python and django
Apache License 2.0
5 stars 6 forks source link

childrens program page #4

Closed RachellCalhoun closed 8 years ago

RachellCalhoun commented 8 years ago

children's program:

  1. create a model with these fields: img, basetext title, contents, color, order

    the img and basetext field is for the top of the page.

    the title, contents, color (the admin can choose which hex color code) and choose which order 1,2, 3 etc

  2. views
  3. setup html page extended from base.html

childrensprogram1