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 c1cd9b4a5d50
5 years ago
Christopher Neugebauer f5df729b3154
5 years ago
Christopher Neugebauer d1fe144a2688
5 years ago
Christopher Neugebauer 3ee7b88ad337
5 years ago
Christopher Neugebauer 2d3be4ce0ce7
5 years ago
Christopher Neugebauer 9329cdbaf5a9
5 years ago
Christopher Neugebauer 458e505f05da
5 years ago
Christopher Neugebauer 6acbbb80242c
5 years ago
Christopher Neugebauer 7677bd7eeaae
5 years ago
Josh Simmons 44e7a05b85da
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