Updated installation instructions in README. [ci skip]

This commit is contained in:
Fabio Caccamo
2020-02-10 14:49:59 +01:00
parent df66fa49a4
commit 10a4ceaf90
+2
View File
@@ -46,6 +46,8 @@ INSTALLED_APPS = (
'django.contrib.admin',
#...
)
X_FRAME_OPTIONS='SAMEORIGIN' # only if django version >= 3.0
```
- Run ``python manage.py migrate``
- Run ``python manage.py collectstatic``