xenith/django-base-template

File upload permissions are not python 3 compatible

wienczny opened this issue · 0 comments

Octal values have to start with 0o or 0O in python 3.

FILE_UPLOAD_PERMISSIONS = 0o0664