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 2453aa60244a
5 years ago
Christopher Neugebauer a890a146c716
5 years ago
Christopher Neugebauer 6ee11694e2ce
5 years ago
Christopher Neugebauer fb55f88cc74e
5 years ago
Brett Smith ddfa4cf15edb
5 years ago
Christopher Neugebauer caa1c0de38bc
5 years ago
Christopher Neugebauer ba0fc41fefe4
5 years ago
Christopher Neugebauer cd734cb204a8
5 years ago
Brett Smith 3103218fc6b4
5 years ago
Brett Smith b02f45aad7f2
5 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