Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
a239d12e2d
- remove a whole bunch of comments, they're useless - Update TimeZone to Sydney - Don't colocate MEDIA (user uploads), with STATIC in fact, how is this set, Django has a safety check for this and bails. - Do not store a default SECRET_KEY in git. We'll set a random one by default, so things "just work" It would also be acceptable to not set it and let DJ bail - We dont want to log to a file. Our disks are ephemeral. - We likely will not overlay a production settings.py over this one. We need to implement something that is more container friendly in the future. This will be env-vars or a config file. |
||
---|---|---|
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]``