Skip to content

Commit 36faa93

Browse files
authored
docs: Update readme (#39)
* Update README.md * Update README.md to reflect installation
1 parent 54e1e23 commit 36faa93

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ content available via the REST API.
166166
Install using pip:
167167

168168
```bash
169-
pip install git+https://github.com/fsbraun/djangocms-rest@main
169+
pip install git+https://github.com/django-cms/djangocms-rest@main
170170
```
171171

172172
Update your `INSTALLED_APPS` setting:
@@ -180,12 +180,6 @@ INSTALLED_APPS = [
180180
]
181181
```
182182

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-
189183
```python
190184
# Enabled Caching
191185
CONTENT_CACHE_DURATION = 60 # Overwrites default from django CMS

0 commit comments

Comments
 (0)