Changeset 70a9bbd for remit/settings.py
- Timestamp:
- May 12, 2010, 4:28:37 AM (15 years ago)
- Branches:
- master, client
- Children:
- ff0ea05
- Parents:
- 5eb287f
- git-author:
- Alex Dehnert <adehnert@…> (05/12/10 04:25:09)
- git-committer:
- Alex Dehnert <adehnert@…> (05/12/10 04:28:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/settings.py
r857256d r70a9bbd 30 30 AUTH_SOCK = None # Path to SocketAuth socket 31 31 ENABLE_SCRIPTS_AUTH = True 32 33 # Arguably usual MIME type; text/plain, while wrong, might work better by not 34 # making browsers want to open in an external application 35 LATEX_MIMETYPE = 'application/x-latex' 32 36 33 37 from local_settings import *
Note: See TracChangeset
for help on using the changeset viewer.