Summary - Fork of "CopyleftConf/copyleftconf-website"
git Use ID
fork of repository: copyleftconf-website
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Josh Simmons 91ae199a3370
5 years ago
Josh Simmons 0c93d443d396
5 years ago
Josh Simmons 692fd8d3b8bc
5 years ago
Josh Simmons 12d1e19d630f
5 years ago
Josh Simmons 766f7f40441d
5 years ago
Josh Simmons ca9e042cc4fc
5 years ago
Brett Smith 7d8ff0cfd779
5 years ago
Brett Smith 1c087a73eb6c
5 years ago
Brett Smith a44f39257e19
5 years ago
Brett Smith ab552870c773
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