From 7d4789e26d359c9fc6b3c67ac1478597a4ea91d4 Mon Sep 17 00:00:00 2001 From: Konstantinos Karantias Date: Wed, 29 Dec 2010 21:56:36 +0200 Subject: Stripped out unneeded things. --- local_settings.py.example | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 local_settings.py.example (limited to 'local_settings.py.example') diff --git a/local_settings.py.example b/local_settings.py.example deleted file mode 100644 index 9af4ebc8..00000000 --- a/local_settings.py.example +++ /dev/null @@ -1,42 +0,0 @@ -### Django settings for archlinux project. - -## Debug settings -DEBUG = False - -## Notification admins -ADMINS = ( - # ('Joe Admin', 'joeadmin@example.com'), -) - -## Sqlite Database settings -#DATABASE_ENGINE = 'sqlite3' -#DATABASE_NAME = 'archweb.db' - -## MySQL Database settings -#DATABASE_ENGINE = 'mysql' -#DATABASE_NAME = 'archlinux' -#DATABASE_USER = 'archlinux' -#DATABASE_PASSWORD = 'archlinux' -#DATABASE_HOST = '' -#DATABASE_PORT = '' - -## Define cache middleware settings -CACHE_BACKEND = 'memcached://127.0.0.1:11211' -CACHE_MIDDLEWARE_SECONDS = 900 -CACHE_MIDDLEWARE_KEY_PREFIX = 'arch' - -## location for saving dev pictures -MEDIA_ROOT = '/var/www/archlinux/htdocs/img/' - -## web url for serving image files -MEDIA_URL = 'http://www.archlinux.org/img/' - -## Make this unique, and don't share it with anybody. -SECRET_KEY = '00000000000000000000000000000000000000000000000' - -#dummy cache -if DEBUG: - CACHE_BACKEND = 'dummy:///' - -# vim: set ts=4 sw=4 et: - -- cgit v1.2.3