We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e1e23 commit 36faa93Copy full SHA for 36faa93
README.md
@@ -166,7 +166,7 @@ content available via the REST API.
166
Install using pip:
167
168
```bash
169
-pip install git+https://github.com/fsbraun/djangocms-rest@main
+pip install git+https://github.com/django-cms/djangocms-rest@main
170
```
171
172
Update your `INSTALLED_APPS` setting:
@@ -180,12 +180,6 @@ INSTALLED_APPS = [
180
]
181
182
183
-Set up frontend protocol and caching in your `settings.py`:
184
-```python
185
-# Set frontend protocol
186
-FRONTEND_PROTOCOL = 'http' # or 'https', needed for absolute URLs in API responses
187
-```
188
-
189
```python
190
# Enabled Caching
191
CONTENT_CACHE_DURATION = 60 # Overwrites default from django CMS
0 commit comments