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
Brett Smith 0ddae3c8e35b
5 years ago
Brett Smith 37fc0fc3b715
5 years ago
Brett Smith 5d1d6540a579
5 years ago
Brett Smith 9bc3c31f8813
5 years ago
Brett Smith 854e5c49af0f
5 years ago
Brett Smith daac0fdd6043
5 years ago
Brett Smith 57841276ccff
5 years ago
Brett Smith 7b0993e7deed
5 years ago
Brett Smith b0e62495d8e8
5 years ago
Brett Smith 79563669d1f9
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