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
Brett Smith 1aa1daf3f67d
3 years ago
Brett Smith 7a25022890a1
3 years ago
Brett Smith 92a8613303cd
3 years ago
Brett Smith 146377454d45
3 years ago
Brett Smith ff6da2e15e76
3 years ago
Brett Smith f2cb50a84821
3 years ago
Christopher Neugebauer 0caf8a71c29c
3 years ago
Christopher Neugebauer 909d7d8a0023
3 years ago
Christopher Neugebauer 018f3ead1a0f
3 years ago
Christopher Neugebauer d0ff77e395e9
3 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