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 61f32ef0e0cc
4 years ago
Brett Smith e472ddff2c42
4 years ago
Brett Smith 389a4fd5fad5
4 years ago
Brett Smith feddf099e4be
4 years ago
Brett Smith b98916b3e988
4 years ago
Brett Smith bc22bb1b295a
4 years ago
Brett Smith 0b0b679d1855
4 years ago
Brett Smith 6531b0e781d4
4 years ago
Brett Smith be179e8f6493
4 years ago
Brett Smith f60f3e4ff22b
4 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