projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Migration manquante et upgrade de pygraphviz pour Squeeze
[auf_rh_dae.git]
/
project
/
conf.py.edit
1
# -*- encoding: utf-8 -*-
2
3
DATABASES = {
4
'default': {
5
'ENGINE': 'django.db.backends.mysql',
6
'NAME': 'rh_dae',
7
'USER': 'rh_dae',
8
'PASSWORD': '',
9
'HOST': '',
10
'PORT': ''
11
},
12
}
13
14
EMAIL_FROM = ''
15
ROA_API_KEY = ''
16
17
AUTH_PASSWORD_REQUIRED = True