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 1816747523f9
7 years ago
Christopher Neugebauer fe2b5e738e3a
7 years ago
Christopher Neugebauer 978dd1f124bf
7 years ago
Christopher Neugebauer 2c087ace04c4
7 years ago
Christopher Neugebauer 744c30b7cfc0
7 years ago
Christopher Neugebauer a3ba18c38b70
7 years ago
Christopher Neugebauer cfc0bb149800
7 years ago
Christopher Neugebauer dd2bdeda7426
7 years ago
Christopher Neugebauer 029fdadcf78d
7 years ago
Christopher Neugebauer c1c9d1dfa4ea
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