Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith a44f39257e19
5 years ago
Brett Smith ab552870c773
5 years ago
Brett Smith 60dd711e18a2
5 years ago
Brett Smith 6fcbaf02484d
5 years ago
Brett Smith 1fe3e23d6d6b
5 years ago
Brett Smith 4ee3648ae7ba
5 years ago
Brett Smith a1507e131fb3
5 years ago
Brett Smith 834975c0f35d
5 years ago
Brett Smith d5ed80882ed7
5 years ago
Brett Smith 1826cfec6195
5 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