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 bc5d6bc6783b
6 years ago
Christopher Neugebauer 25eb14101ca8
6 years ago
Christopher Neugebauer dfaf5df3522c
6 years ago
Christopher Neugebauer f20d2bd63c26
6 years ago
Christopher Neugebauer 0a7eb388440b
6 years ago
Christopher Neugebauer f7cb924f39da
6 years ago
Sam Kitajima-Kimbrel 8c1f21a4fb9c
6 years ago
Josh Simmons 423b01699229
6 years ago
Josh Simmons da711ba9d574
6 years ago
Josh Simmons 842ab07fb931
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