Deleted: duplicate settings

This commit is contained in:
root 2013-04-04 21:41:04 +02:00
parent b632e8f869
commit 7eb525f774
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ SITE_ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
### Customize/configure Pasteque
DISPLAY_NAME = 'Pasteque'
APP_NAME = 'Pasteque'
APP_VERSION = 'v0.1'
ENABLED_RENDERERS = ('pygments', 'form', 'raw') # Ensure show-***.html exists
DEFAULT_RENDERER = 'pygments'
MAX_CHARACTERS = 100000