Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
2017-02-09 13:17:14 +11:00
cms_pages Getting the splash homepage to work via CMS. 2017-01-16 14:28:24 +11:00
fixtures Added favicon and special events pdf to bring this up to look/feel of wooden site. 2017-01-17 11:42:13 +11:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon Starting to mod pages for other content (e.g. proposals, calendar) 2017-02-05 09:48:38 +11:00
static More css tweaks. 2017-01-18 15:56:19 +11:00
.gitignore Many changes, mostly from lca to pyconau. 2017-01-10 15:12:07 +11:00
2017.pycon-au.org.conf Proper server certs created and installed. 2017-02-09 13:17:14 +11: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 2017-01-12 07:59:04 +11:00
requirements.txt Update requirements.txt 2017-01-05 13:21:19 +11:00
robots.txt Added robots.txt 2017-02-07 20:28:10 +11:00
tox.ini Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00

pyconau2017/website
===============

This is a fork of the lca2017/website repo.

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

- create a virtualenv with python 2.7
- activate the virtualenv
- cd into the virtual env and clone this repo into it  (creates ``website`` subdir)
- 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]``