Update README.md
This commit is contained in:
parent
ad9e5484f3
commit
23f6d15268
1 changed files with 35 additions and 3 deletions
38
README.md
38
README.md
|
@ -1,12 +1,25 @@
|
||||||
# PinaxCon
|
PinaxCon
|
||||||
|
=========
|
||||||
|
|
||||||
A working demo of Symposion and the Symposion Starter Project. Online at:
|
Pinax
|
||||||
|
------
|
||||||
|
|
||||||
|
[![Join us on Slack](http://slack.pinaxproject.com/badge.svg)](http://slack.pinaxproject.com/)
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
PinaxCon
|
||||||
|
---------
|
||||||
|
PinaxCon is a working demo of Symposion and the Symposion Starter Project. Online at:
|
||||||
|
|
||||||
http://conference.pinaxproject.com/
|
http://conference.pinaxproject.com/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
Getting Started
|
||||||
|
----------------
|
||||||
|
|
||||||
Make sure you are using a virtual environment of some sort (e.g. `virtualenv` or
|
Make sure you are using a virtual environment of some sort (e.g. `virtualenv` or
|
||||||
`pyenv`).
|
`pyenv`).
|
||||||
|
@ -18,3 +31,22 @@ pip install -r requirements.txt
|
||||||
./manage.py loaddata sites conference proposal_base sitetree sponsor_benefits sponsor_levels
|
./manage.py loaddata sites conference proposal_base sitetree sponsor_benefits sponsor_levels
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
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](https://twitter.com/pinaxproject) and check out our blog http://blog.pinaxproject.com.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue