Summary - Fork of "CopyleftConf/copyleftconf-website"
git Use ID
fork of repository: copyleftconf-website
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
James Tauber c33c15d31446
8 years ago
Christopher Neugebauer 42c97e684802
8 years ago
Christopher Neugebauer c56c7498700b
8 years ago
Christopher Neugebauer 6c94eb9e91ee
8 years ago
Patrick Altman 56e46dfce339
8 years ago
Jeff Triplett 1f16614fc43b
8 years ago
Patrick Altman 770e2ca88dd3
8 years ago
Patrick Altman 430d3dad99eb
8 years ago
Anna Ossowski 6789b25e69a3
8 years ago
Patrick Altman 4d8832bb4046
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