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
Christopher Neugebauer f830e7b48494
6 years ago
Christopher Neugebauer 8d90042dd62d
6 years ago
Josh Simmons 9c459be18f01
6 years ago
Christopher Neugebauer 0ba9c8e2da7e
6 years ago
Christopher Neugebauer e31e923d978e
6 years ago
Christopher Neugebauer 63c76c207e33
6 years ago
Christopher Neugebauer ed70999763b0
6 years ago
Christopher Neugebauer 808a70eb093c
6 years ago
Christopher Neugebauer c012168d45f5
6 years ago
Christopher Neugebauer 70498db51bab
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