You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Here is the official django CMS repository: [https://github.com/django-cms/djang
55
55
Note that this is just a demo project to get you started. If you want a full production ready site with all the bells and whistles we recommend you have a look at https://github.com/django-cms/djangocms-template instead.
56
56
57
57
#### Env variables
58
-
- to deploy this project in testing modus (recommended) set the environment variable `DJANGO_DEBUG` to `True` in your hosting environment.
58
+
- to deploy this project in testing modus (recommended) set the environment variable `DEBUG` to `True` in your hosting environment.
59
59
- For production environment (if `DEBUG` is false) django requires you to whitelist the domain. Set the env var `DOMAIN` to the host, i.e. `www.domain.com` or `*.domain.com`.
60
60
- If you want the media hosted on S3 set the `DEFAULT_FILE_STORAGE` variable accordingly.
0 commit comments