Base app for sections delivered by RevSquare. Tested with django 1.7.x
- Provide base models in rs_sections.models
- It is strongly recommanded to install this theme from GIT with
- PIP onto you project virtualenv.
pip install git+ssh://git@revsquare-test.com/rs-sections.git
INSTALLED_APPS = (
...
'rs_sections'
...
)