Updated installation instructions in README. [ci skip]

pull/78/head
Fabio Caccamo 2020-02-10 14:49:59 +01:00
parent df66fa49a4
commit 10a4ceaf90
1 changed files with 2 additions and 0 deletions

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``