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
Joshua Simmons e822dc9c5081
7 years ago
Christopher Neugebauer fdc2503fcfc3
7 years ago
Christopher Neugebauer 6aba25b7ee39
7 years ago
Christopher Neugebauer cb4943a7d045
7 years ago
Christopher Neugebauer f4960adc04cc
7 years ago
Christopher Neugebauer 84b1dc8255f1
7 years ago
Christopher Neugebauer abad9e8ab29e
7 years ago
Christopher Neugebauer cd60da87c03c
7 years ago
Christopher Neugebauer c4c2379a5e80
7 years ago
Christopher Neugebauer a99996bf85c3
7 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