projets
/
auf_skeleton_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
l'extrateur de Django perd les permissions
[auf_skeleton_django.git]
/
conf.py
1
# -*- encoding: utf-8 -*-
2
3
DATABASES
= {
4
'default'
: {
5
# 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
6
'ENGINE'
:
'django.db.backends.sqlite3'
,
7
'NAME'
:
'db.sqlite'
,
8
'USER'
:
''
,
9
'PASSWORD'
:
''
,
10
'HOST'
:
''
,
11
'PORT'
:
''
,
12
}
13
}
14
15
SECRET_KEY
=
''
16
17
PIWIK_TOKEN
=
''
18
19
RAVEN_CONFIG
= {
20
'dsn'
:
''
,
21
}