Updated README Installation section. [ci skip]

This commit is contained in:
Fabio Caccamo
2021-05-02 10:39:56 +02:00
parent bb73fafeff
commit 1569828c67
+3 -1
View File
@@ -51,7 +51,9 @@ INSTALLED_APPS = (
#...
)
X_FRAME_OPTIONS='SAMEORIGIN' # only if django version >= 3.0
# only if django version >= 3.0
X_FRAME_OPTIONS = 'SAMEORIGIN'
SILENCED_SYSTEM_CHECKS = ['security.W019']
```
- Run ``python manage.py migrate``
- Run ``python manage.py collectstatic``