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 a05d391aa06d
5 years ago
Josh Simmons 8fd34e151b0a
5 years ago
Josh Simmons 93b7438a523f
5 years ago
Josh Simmons c7536e153b36
5 years ago
Josh Simmons 2071c52ba48d
5 years ago
Josh Simmons 9cd5241e5892
5 years ago
Josh Simmons a6db7f3895fd
5 years ago
Josh Simmons 5bf97ad4dfed
5 years ago
Josh Simmons 800d51ca4460
5 years ago
Josh Simmons f6dbc445097d
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