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 b5ea1c4323ee
5 years ago
Josh Simmons e3d9c0f9161b
5 years ago
Christopher Neugebauer 5bd29eedc541
5 years ago
Josh Simmons 6047bdfaa487
5 years ago
Christopher Neugebauer c236eda99242
5 years ago
Christopher Neugebauer e8e32c1ab5e3
5 years ago
Josh Simmons 720ce2f252a3
5 years ago
Josh Simmons 0574e4e1237d
5 years ago
Christopher Neugebauer 1aa4ab6d8c6b
5 years ago
Christopher Neugebauer c00ff7543509
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