Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Sachi King c37ed61036 Remove wagtail
This should eradicate wagtail from the project.

While wagtail may be nice, our goals are to keep all things public, and
having things locked behidn a DB is congruent to that plan.

All in all, the django project only leveraged a single wagtail feature,
"richtext" which has been hacikly removed and will result in bad display
of however it comes up.  But this is on homepage.html, which will be
removed and covered up with a static website, which means we should be
able remove homepage entirely from this project.

This reduction hopefully makes the monolith easier to understand,
maintain, and wield.
2017-03-31 11:54:46 +11:00
fixtures Merge branch 'master' into prod 2017-01-17 12:03:16 +11:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon Remove wagtail 2017-03-31 11:54:46 +11:00
static Better styling for dashboard now working. 2017-03-05 15:19:48 +11:00
.gitignore Kludge tox to run flake8 2017-03-31 11:54:46 +11: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
README.rst Update README.rst 2017-01-12 07:59:04 +11:00
requirements.txt Remove wagtail 2017-03-31 11:54:46 +11:00
tox.ini Kludge tox to run flake8 2017-03-31 11:54:46 +11: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]``