Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith 646c382b6399
4 years ago
Brett Smith 5b48df5eb86a
4 years ago
Brett Smith a7a49d83b13c
4 years ago
Brett Smith e76bd363319a
4 years ago
Brett Smith bd72d7c218b1
4 years ago
Brett Smith b613a5072cbd
4 years ago
eximious 24f5f97b24f1
4 years ago
eximious e266db880bb1
4 years ago
Brett Smith f186c0b437d4
4 years ago
Brett Smith a77abf963639
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