From e822dc9c5081d89ee834c2551cb7e8754fe44e15 2017-08-09 02:38:48 From: Joshua Simmons Date: 2017-08-09 02:38:48 Subject: [PATCH] add basic setup instructions --- diff --git a/README.rst b/README.rst index 71922ca78bc8a6e68c11125204e67f10c6c7220a..9ba8a2932a4acfef7f937b33e17bdeade21046be 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,18 @@ -registrasion-demo +North Bay Python ================= -PinaxCon ---------- -`PinaxCon` is a working demo of Symposion and the Symposion Starter Project. It usually lives at https://github.com/pinax/PinaxCon +The website for North Bay Python is a Django application with Symposion and Registrasion. -This is a fork of PinaxCon to demonstrate Registrasion, a registration package that works well with Symposion. You can find Registrasion at https://github.com/chrisjrn/registrasion +Setup +----- -Registrasion has relaively complete docs at http://registrasion.readthedocs.org +1. pip install -r requirements +2. python manage.py createsuperuser +3. python manage.py loaddata fixtures/* +4. python manage.py migrate +Reference Material +------------------ -What is the point of this? --------------------------- -This project provides some starter templates for much of the functionality of Registrasion, as well as demos of how to make payments and enter user profiles. - -If you care to, you can also use this project as a starting point for your own Registrasion-based site. +* Registrasion docs are at http://registrasion.readthedocs.io +* Symposion docs are at http://symposion.readthedocs.io \ No newline at end of file