Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
				
			
		|  f9c406e5f7 While 1.7.0 exhibits a similar issue, we would need to re-verify and re-patch this library with a new 1.7.0 monkeypatch. This is ultimately only an annoyance. It only occours when we've already 500'd, and this just means we get a second 500. As such it's not critical. | ||
|---|---|---|
| cms_pages | ||
| fixtures | ||
| gulp | ||
| pinaxcon | ||
| static | ||
| .gitignore | ||
| gulpfile.js | ||
| LICENSE | ||
| manage.py | ||
| package.json | ||
| README.rst | ||
| requirements.txt | ||
| tox.ini | ||
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]``