Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Christopher Neugebauer fa9bb1a9f9 Adds mobile-friendly schedule view and paged schedule view (#81)
* Adds responsive mobile CSS for schedule timetable

* Adds by-day schedule view

* Displays content_override in schedule

* Adds twitter/homepage links for speakers.
2016-12-10 17:11:40 +11:00
cms_pages Adds registration to the website (#69) 2016-09-30 20:46:05 +10:00
fixtures Disables registrasion app for production deployment. (#7) 2016-06-18 13:00:56 +10:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon Adds mobile-friendly schedule view and paged schedule view (#81) 2016-12-10 17:11:40 +11:00
static Adds mobile-friendly schedule view and paged schedule view (#81) 2016-12-10 17:11:40 +11:00
.gitignore Git Ignore local_settings so we don't accidentally publish the secret! 2016-06-10 13:47:51 +10:00
gondor.yml Update deploy config 2016-02-27 18:54:26 -06:00
gulpfile.js Update to latest build system 2016-02-27 17:23:35 -06:00
LICENSE added MIT license 2016-04-26 17:18:28 +08:00
manage.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
package.json Update to latest build system 2016-02-27 17:23:35 -06:00
Procfile Update deploy config 2016-02-27 18:54:26 -06:00
README.rst Update readme.rst 2016-05-10 11:40:56 -07:00
requirements.txt Wiki with styling (#78) 2016-11-23 17:08:00 +11:00
tox.ini Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00

lca2017/website
===============

This is a fork of the PinaxCon demo site.

Launchifying
------------

- create a virtualenv with python 2.7
- activate the virtualenv
- cd into the ``website`` directory
- ``pip install -r requirements.txt``
- ``python manage.py migrate``
- ``python manage.py loaddata ./fixtures/*``
- ``python manage.py runserver [YOUR PORT]``