Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith 51bcd9403188
4 years ago
Brett Smith 2f2ec065590d
4 years ago
Brett Smith 1277d2eb4d81
4 years ago
Brett Smith 385fad876c3e
4 years ago
Brett Smith f384327f2fb8
4 years ago
Brett Smith 61020df0f248
4 years ago
Brett Smith 6afd723af9a3
4 years ago
Brett Smith d51b493ae04e
4 years ago
Brett Smith c530726fb668
4 years ago
Brett Smith 26626bdf466c
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