Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith 4944a8a84125
4 years ago
Brett Smith d87d5adf9696
4 years ago
Brett Smith c561d0a9991c
4 years ago
Brett Smith f886cfe484e0
4 years ago
Brett Smith ba22d2a9e492
4 years ago
Brett Smith 358c581a106b
4 years ago
Brett Smith ae091198eab8
4 years ago
Brett Smith b3fe9130e5d0
4 years ago
Brett Smith 0015814518e3
4 years ago
Brett Smith 8d95a608dd50
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