https://github.com/redmadrobot/rmr_django
Template Django project
https://github.com/redmadrobot/rmr_django
Last synced: about 1 year ago
JSON representation
Template Django project
- Host: GitHub
- URL: https://github.com/redmadrobot/rmr_django
- Owner: RedMadRobot
- License: mit
- Created: 2015-09-07T10:33:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T10:03:57.000Z (about 8 years ago)
- Last Synced: 2025-04-13T17:03:48.141Z (about 1 year ago)
- Language: Python
- Size: 180 KB
- Stars: 7
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.rst
- License: LICENSE.md
Awesome Lists containing this project
README
# rmr_django
Template Django project
master: [](https://travis-ci.org/RedMadRobot/rmr_django)
version_1.x: [](https://travis-ci.org/RedMadRobot/rmr_django)
## Install
* add `-e git+https://github.com/RedMadRobot/rmr_django.git#egg=rmr-django` to the list of your requirements (requirements.txt)
* add 'rmr.extensions.middleware.cache.UpdateCacheMiddleware' at the begin and 'rmr.extensions.middleware.json.RequestDecoder' at the end of the MIDDLEWARE_CLASSES of your settings file