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
Brett Smith bf593db70c2f
5 years ago
Brett Smith 2314bca05a58
5 years ago
Brett Smith 78147b537e61
5 years ago
Brett Smith 1bdb037f4740
5 years ago
Brett Smith 26c9cb5ee251
5 years ago
Brett Smith 800ed7d57a3e
5 years ago
Brett Smith 15d90dc0bcb2
5 years ago
Brett Smith 0eff007ca0ff
5 years ago
Josh Simmons 8b7550875b1d
6 years ago
Josh Simmons 9e4dd52244f4
6 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