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 81bcb7720383
4 years ago
Brett Smith 2f260937da2b
4 years ago
Brett Smith b7de2f57a50b
4 years ago
Brett Smith 5c0208a70077
4 years ago
Brett Smith e0e38f9c3af7
4 years ago
Brett Smith dadee611a059
4 years ago
Brett Smith 737383a46c1a
4 years ago
Brett Smith 8a29d5430d53
4 years ago
Brett Smith 4944a8a84125
4 years ago
Brett Smith d87d5adf9696
4 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