Add Recette.saison and allow search on it
This commit is contained in:
parent
d1eef00e7d
commit
ff4d7a5810
6 changed files with 73 additions and 4 deletions
|
|
@ -52,8 +52,9 @@ WSGI_APPLICATION = 'common.wsgi.application'
|
|||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'recettes',
|
||||
'USER': 'claude',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue