Changes between Initial Version and Version 1 of Ticket #28088, comment 2
- Timestamp:
- Apr 17, 2017, 2:56:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28088, comment 2
initial v1 1 1 Diff to the referenced project to get it working: 2 2 3 ``` 3 {{{ 4 4 diff --git a/sample/settings.py b/sample/settings.py 5 5 index 354d15a..3d87369 100644 … … 20 20 'OPTIONS': { 21 21 'context_processors': [ 22 ``` 22 }}}