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 286304157d27
7 years ago
Christopher Neugebauer 737db640aaeb
7 years ago
Christopher Neugebauer c1fab4fcc263
7 years ago
Christopher Neugebauer 99d0cf1440bd
8 years ago
Christopher Neugebauer 3c0691465683
8 years ago
Christopher Neugebauer 34ddab19455e
8 years ago
Christopher Neugebauer c40b8cc02ddc
8 years ago
Christopher Neugebauer abed88031396
8 years ago
Christopher Neugebauer 9a4c3f0e95db
8 years ago
Christopher Neugebauer b5c6e0e5edd5
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