fdfe3c7045
* Adds basic wagtail app to the website * Renames lca_website to cms_pages for clarity; re-instates pinax-boxes until we remove them from the templates * OOPS * Just Enough Wagtail * Removes the template view homepage from urls.py * OOPS * Makes the home page use a stream field * Removes an irrelevant migration that I accidentally introduced.
20 lines
442 B
Text
20 lines
442 B
Text
# Should use latest 1.9 for security
|
|
Django>=1.9.2
|
|
pinax-theme-bootstrap==7.3.0
|
|
django-user-accounts==1.3.1
|
|
metron==1.3.7
|
|
pinax-eventlog==1.1.1
|
|
dj-static==0.0.6
|
|
dj-database-url==0.4.0
|
|
#pinax-pages==0.4.2
|
|
pinax-boxes==2.1.2
|
|
wagtail==1.5.2
|
|
|
|
# For testing
|
|
django-nose==1.4.3
|
|
coverage==4.0.3
|
|
|
|
# Registrasion + Symposion
|
|
# Install via pip repo cloned locally
|
|
#registrasion==0.1.1
|
|
#https://github.com/lca2017/symposion/tarball/master#egg=symposion
|