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
Sam Kimbrel fd32b005ec82
5 years ago
Christopher Neugebauer 6b9ff97a243c
5 years ago
Christopher Neugebauer e1f6bc9ee50c
5 years ago
Christopher Neugebauer 4a93f8dbaa9d
5 years ago
Christopher Neugebauer 0d3cdd3595da
5 years ago
Christopher Neugebauer 5fec3745b729
5 years ago
Christopher Neugebauer 96e6abd479f1
5 years ago
Christopher Neugebauer 665f0b068c85
5 years ago
Christopher Neugebauer 4e5a6e5b85a3
5 years ago
Christopher Neugebauer ed8b6499dc8c
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