1 # Django settings for archlinux project.
8 ('Joe Admin', 'joeadmin@example.com'),
12 DATABASE_ENGINE = 'mysql'
13 DATABASE_NAME = 'archlinux'
14 DATABASE_USER = 'archlinux'
15 DATABASE_PASSWORD = 'archlinux'
19 ### Eanbles/disables caching
22 ## location for saving dev pictures
23 MEDIA_ROOT = '/var/www/archlinux/htdocs/img/devs/'
25 ### web url for serving image files
26 MEDIA_URL = 'http://www.archlinux.org/img/devs/'
28 # do not put a / at the end
29 DEPLOY_PATH = '/var/www/archlinux/archlinux'
31 # Make this unique, and don't share it with anybody.
32 SECRET_KEY = '00000000000000000000000000000000000000000000000'