Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Anna Ossowski 6789b25e69a3
8 years ago
Patrick Altman 4d8832bb4046
8 years ago
Patrick Altman 170f5f189ff5
8 years ago
Patrick Altman 7dc167f7dfbd
8 years ago
Patrick Altman 60810af13a16
8 years ago
Patrick Altman b2468f54bfab
8 years ago
Patrick Altman dd8f0ba9c517
8 years ago
Patrick Altman 0b1da0e85e83
8 years ago
Anna Ossowski c27be5e4c73d
8 years ago
Anna Ossowski 277ec032787b
8 years ago

North Bay Python

The website for North Bay Python is a Django application with Symposion and Registrasion.

Setup

Development

  1. pip install -r requirements/base.txt
  2. python manage.py migrate
  3. python manage.py createsuperuser
  4. python manage.py loaddata fixtures/*
  5. python manage.py runserver

Prod

Use <cite>pip install -r requirements.txt</cite> instead.

Reference Material