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 b6222c5eba3a
8 years ago
Christopher Neugebauer c8e21b8011e3
8 years ago
Christopher Neugebauer f0868a896be6
8 years ago
Christopher Neugebauer dc24e64d4f99
8 years ago
Christopher Neugebauer f42aeb707e2a
8 years ago
Christopher Neugebauer 2cda70ed44ed
8 years ago
Christopher Neugebauer e34347ecac24
8 years ago
Christopher Neugebauer d5a898943344
8 years ago
Christopher Neugebauer e8e20dd6d399
8 years ago
Christopher Neugebauer 7116eeb29492
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