diff --git a/.gitignore b/.gitignore index f34d58c9..cd160223 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _build *.pyc dev.db +site_media diff --git a/README b/README index a0a1966f..6be71b90 100644 --- a/README +++ b/README @@ -1,6 +1,22 @@ -Symposion -a conference management solution from Eldarion +#Symposion# + +A conference management solution from Eldarion. Built with the generous support of the Python Software Foundation. See http://eldarion.com/symposion/ for commercial support, customization and hosting + +##Instructions## + + git clone https://github.com/OAhack/symposion.git + virtualenv env + source env/bin/activate + pip install -r requirements.txt + python manage.py syncdb + python manage.py runserver + +###Load Default (Fixture) Data### + python manage.py loaddata + +The site won't work until you create an entry for 'conference' in admin panel available at /admin/ (admin login is email, password. Not user, password). + diff --git a/symposion/templates/sponsorship/add.html b/symposion/templates/sponsorship/add.html index afb91b8a..9c807f9a 100644 --- a/symposion/templates/sponsorship/add.html +++ b/symposion/templates/sponsorship/add.html @@ -6,7 +6,7 @@ {% block head_title %}{% trans "Add a Sponsor" %}{% endblock %} -{% block body_class %}sponsors{% endblock %} +{% block body_class %}sponsorships{% endblock %} {% block body %}
diff --git a/symposion/templates/sponsorship/apply.html b/symposion/templates/sponsorship/apply.html index e8e9d793..38f25c56 100644 --- a/symposion/templates/sponsorship/apply.html +++ b/symposion/templates/sponsorship/apply.html @@ -6,7 +6,7 @@ {% block head_title %}{% trans "Apply to be a Sponsor" %}{% endblock %} -{% block body_class %}sponsors{% endblock %} +{% block body_class %}sponsorships{% endblock %} {% block body %} diff --git a/symposion/templates/sponsorship/list.html b/symposion/templates/sponsorship/list.html index 1c26e952..da32b975 100644 --- a/symposion/templates/sponsorship/list.html +++ b/symposion/templates/sponsorship/list.html @@ -6,7 +6,7 @@ {% block head_title %}{% trans "About Our Sponsors" %}{% endblock %} -{% block body_class %}sponsors{% endblock %} +{% block body_class %}sponsorships{% endblock %} {% block body_outer %}