symposion_app/README.rst

68 lines
2 KiB
ReStructuredText
Raw Normal View History

Symposion
---------
2015-08-06 16:20:46 +00:00
.. image:: http://slack.pinaxproject.com/badge.svg
:target: http://slack.pinaxproject.com/
.. image:: https://img.shields.io/travis/pinax/symposion.svg
:target: https://travis-ci.org/pinax/symposion
.. image:: https://img.shields.io/coveralls/pinax/symposion.svg
:target: https://coveralls.io/r/pinax/symposion
.. image:: https://img.shields.io/pypi/dm/symposion.svg
:target: https://pypi.python.org/pypi/symposion/
.. image:: https://img.shields.io/pypi/v/symposion.svg
:target: https://pypi.python.org/pypi/symposion/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://pypi.python.org/pypi/symposion/
2015-08-28 12:41:11 +00:00
Pinax
------
2015-08-19 15:42:58 +00:00
Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates.
This collection can be found at http://pinaxproject.com.
2015-08-28 12:41:11 +00:00
symposion
----------
symposion is a conference management solution from Eldarion. It was built with the generous support of the Python Software Foundation. See http://eldarion.com/symposion/ for commercial support, customization and hosting.
2015-08-19 15:42:58 +00:00
Quickstart
==========
Merge branch 'master' of https://github.com/pyohio/symposion into pyohio-master Conflicts: README.md symposion/boxes/urls.py symposion/cms/urls.py symposion/proposals/actions.py symposion/proposals/urls.py symposion/proposals/views.py symposion/reviews/tests.py symposion/reviews/urls.py symposion/reviews/views.py symposion/schedule/forms.py symposion/schedule/models.py symposion/schedule/views.py symposion/speakers/fixture_gen.py symposion/sponsorship/urls.py symposion/templates/cms/file_create.html symposion/templates/cms/file_index.html symposion/templates/conference/user_list.html symposion/templates/dashboard.html symposion/templates/emails/proposal_new_message/message.html symposion/templates/emails/proposal_updated/message.html symposion/templates/emails/speaker_addition/message.html symposion/templates/emails/speaker_invite/message.html symposion/templates/proposals/_pending_proposal_row.html symposion/templates/proposals/_proposal_fields.html symposion/templates/proposals/_proposal_row.html symposion/templates/proposals/proposal_cancel.html symposion/templates/proposals/proposal_detail.html symposion/templates/proposals/proposal_edit.html symposion/templates/proposals/proposal_speaker_manage.html symposion/templates/proposals/proposal_submit.html symposion/templates/reviews/_review_table.html symposion/templates/reviews/base.html symposion/templates/reviews/result_notification.html symposion/templates/reviews/result_notification_prepare.html symposion/templates/reviews/review_admin.html symposion/templates/reviews/review_assignment.html symposion/templates/reviews/review_detail.html symposion/templates/reviews/review_review.html symposion/templates/reviews/review_stats.html symposion/templates/schedule/_edit_grid.html symposion/templates/schedule/_grid.html symposion/templates/schedule/_slot_edit.html symposion/templates/schedule/presentation_detail.html symposion/templates/schedule/schedule_list.html symposion/templates/speakers/speaker_create.html symposion/templates/speakers/speaker_edit.html symposion/templates/speakers/speaker_profile.html symposion/templates/sponsorship/add.html symposion/templates/sponsorship/apply.html symposion/templates/sponsorship/detail.html symposion/templates/sponsorship/list.html symposion/templates/teams/team_detail.html
2014-12-15 22:07:37 +00:00
To install Symposion, run:
pip install symposion
Symposion is a Django app. You will need to create a Django project to
customize and manage your Symposion installation. We have built a [basic
Django startproject template that includes Symposion][1].
[1]: https://github.com/pinax/pinax-project-symposion
2015-08-28 12:41:11 +00:00
Documentation
---------------
The Pinax documentation is available at http://pinaxproject.com/pinax/.
Code of Conduct
----------------
In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct, which can be found here http://pinaxproject.com/pinax/code_of_conduct/.
Pinax Project Blog and Twitter
-------------------------------
For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog http://blog.pinaxproject.com.