Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 633 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 633 Bytes

rmr_django

Template Django project

master: Build Status version_1.x: Build Status

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