Skip to content

Commit

Permalink
Set FILE_UPLOAD_PERMISSIONS in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Feb 5, 2019
1 parent a4e0466 commit 619133e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cove_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
DB_NAME=(str, os.path.join(BASE_DIR, 'db.sqlite3')),
)

FILE_UPLOAD_PERMISSIONS = 0o644

PIWIK = settings.PIWIK
GOOGLE_ANALYTICS_ID = settings.GOOGLE_ANALYTICS_ID
Expand Down

0 comments on commit 619133e

Please sign in to comment.