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
Adrien "pandark" Pachkoff 93ac1d7a751e
4 years ago
Brett Smith 7159eeec241f
4 years ago
Brett Smith 30cf356240e6
4 years ago
Brett Smith 56b5c81c3d02
4 years ago
Brett Smith fa486c4a1ab1
4 years ago
Brett Smith 82d98e0b29be
4 years ago
Brett Smith b941d0ef106a
4 years ago
Brett Smith 6123581ec4cf
4 years ago
Brett Smith f3d8fbe65c9e
4 years ago
Brett Smith 988f2c9eeacf
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