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 fcea921d9660
5 years ago
Josh Simmons e1481a8bc9dc
5 years ago
Josh Simmons ef8c9f9c5106
5 years ago
Christopher Neugebauer 2b4006877670
5 years ago
Christopher Neugebauer 72f260b5f3d1
5 years ago
Josh Simmons d779a55ed936
5 years ago
Josh Simmons fc45ab3ba06f
5 years ago
Josh Simmons 19c1a648b3ed
5 years ago
Josh Simmons 68dc0a8d59ca
5 years ago
Josh Simmons a3a6d93ba2f3
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