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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ docker compose run web python manage.py createsuperuser
25
25
26
26
Then open http://django-cms-quickstart.127.0.0.1.nip.io:8000 (or just http://127.0.0.1:8000) in your browser.
27
27
28
-
29
28
## Customising the project
30
29
31
30
This project is ready-to-go without making any changes at all, but also gives you some options.
@@ -49,3 +48,16 @@ See the django-whitenoise settings in settings.py and the `quickstart/templates/
49
48
## Contribution
50
49
51
50
Here is the official django CMS repository: [https://github.com/django-cms/django-cms-quickstart/](https://github.com/django-cms/django-cms-quickstart/).
51
+
52
+
53
+
## Deployment
54
+
55
+
Env variables:
56
+
- to deploy this project in testing modus (recommended) set the environment variable `DJANGO_DEBUG` to `True` in your hosting environment.
57
+
- For production environment instead set the env var `DOMAIN` to the domain that you want the application to run under.
58
+
- If you want the media hosted on S3 set the `DEFAULT_FILE_STORAGE` variable
59
+
60
+
During deployment the following commands must be executed:
0 commit comments