Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
c37ed61036
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. |
||
---|---|---|
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]``