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
Christopher Neugebauer 88a80cc60392
5 years ago
Brett Smith 61cf00442673
5 years ago
Brett Smith cb484cc04935
5 years ago
Brett Smith 6513f48b7e96
5 years ago
Brett Smith 938674f2d48b
5 years ago
Brett Smith 1f0c3689225f
5 years ago
Brett Smith 810ecaf3d425
5 years ago
Brett Smith cde7aca249e6
5 years ago
Brett Smith 96bcfe8f473d
5 years ago
Brett Smith 6a0b63f9d258
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