Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 329 Bytes

PyconZA 2015 Website

Based on wafer.

Running

  1. Checkout wafer to ../wafer
  2. (optional) Create a localsettings.py containing local settings.
  3. npm install
  4. $(npm bin) bower install
  5. bower install
  6. ./manage.py syncdb
  7. ./manage.py migrate
  8. ./manage.py runserver