Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith cef711cce75a
4 years ago
Brett Smith 5dfce5cb8a61
4 years ago
Brett Smith 4e5cec5b4795
4 years ago
Brett Smith 7159eeec241f
4 years ago
Brett Smith 30cf356240e6
4 years ago
Brett Smith 56b5c81c3d02
4 years ago
Brett Smith fa486c4a1ab1
4 years ago
Brett Smith 82d98e0b29be
4 years ago
Brett Smith b941d0ef106a
4 years ago
Brett Smith 6123581ec4cf
4 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