Skip to content

Commit aabd2ea

Browse files
author
Mario Colombo
committed
clean up static files
1 parent f257bfb commit aabd2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
db.sqlite3
55

66
# Django
7-
/staticfiles
7+
/staticfiles_collected/
88

99
# Divio
1010
.divio

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here is the official django CMS repository: [https://github.com/django-cms/djang
5555
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.
5656

5757
#### Env variables
58-
- to deploy this project in testing modus (recommended) set the environment variable `DEBUG` to `True` in your hosting environment.
58+
- to deploy this project in testing mode (recommended) set the environment variable `DEBUG` to `True` in your hosting environment.
5959
- 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`.
6060
- If you want the media hosted on S3 set the `DEFAULT_FILE_STORAGE` variable accordingly.
6161

0 commit comments

Comments
 (0)