Summary
git Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Christopher Neugebauer 018f3ead1a0f
4 years ago
Christopher Neugebauer d0ff77e395e9
5 years ago
Christopher Neugebauer 0ec2f337a85b
5 years ago
Christopher Neugebauer 6e40e8b950e7
5 years ago
Christopher Neugebauer cf80f0716aa3
5 years ago
Christopher Neugebauer a88f4fc53347
5 years ago
Christopher Neugebauer e6a791bbd54d
5 years ago
Christopher Neugebauer 7d17ee1ef234
5 years ago
Christopher Neugebauer fced1790a0d4
5 years ago
Chris Lamb c3354d6ff62a
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