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 da1ac265d27c
8 years ago
Christopher Neugebauer c04af6caa5d8
8 years ago
Christopher Neugebauer 752b07ba778a
8 years ago
Christopher Neugebauer c05deeb26c5b
8 years ago
Christopher Neugebauer a0e0a142e4e6
8 years ago
Christopher Neugebauer 796c8cca18d9
8 years ago
Christopher Neugebauer 9858e4c9f520
8 years ago
Christopher Neugebauer 9ffcef92def3
8 years ago
Christopher Neugebauer b260667be301
8 years ago
Christopher Neugebauer 0f8f2b50804a
8 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