Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Christopher Neugebauer b260667be301
8 years ago
Christopher Neugebauer 0f8f2b50804a
8 years ago
Christopher Neugebauer 39d0947637df
8 years ago
Christopher Neugebauer 4f46c715289a
8 years ago
Christopher Neugebauer 4ecd4d0aa4c7
8 years ago
Christopher Neugebauer fc842b7c308b
8 years ago
Christopher Neugebauer 9b888ab4c94f
8 years ago
Christopher Neugebauer cb4971fc25a2
8 years ago
Christopher Neugebauer 3d534bcf422e
8 years ago
Christopher Neugebauer a2bdcb48b2af
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