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 8b49f62dc8dc
7 years ago
Christopher Neugebauer 2b124ce60287
7 years ago
Christopher Neugebauer 32c2469b99f4
7 years ago
Christopher Neugebauer e33121c7dc54
7 years ago
Christopher Neugebauer de4b5d25929b
7 years ago
Christopher Neugebauer 7bbe064c0d2e
7 years ago
Christopher Neugebauer d7a8490271d5
7 years ago
Christopher Neugebauer 869137a84a62
7 years ago
Christopher Neugebauer ef4cea04bc8b
7 years ago
Christopher Neugebauer 928642092e47
7 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