Changeset d50ec5b for remit/settings.py


Ignore:
Timestamp:
Feb 1, 2011, 10:33:23 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
0e4f185
Parents:
f63d43a
git-author:
Alex Dehnert <adehnert@…> (02/01/11 10:29:23)
git-committer:
Alex Dehnert <adehnert@…> (02/01/11 10:33:23)
Message:

Allow marking things as RFPized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

    r29e55de rd50ec5b  
    3939# making browsers want to open in an external application
    4040LATEX_MIMETYPE = 'application/x-latex'
     41
     42SHORT_DATETIME_FORMAT = 'Y-m-d G:i'
     43SHORT_DATETIME_FORMAT_F = '%Y-%M-%d %H:%M'
    4144
    4245from local_settings import *
Note: See TracChangeset for help on using the changeset viewer.