Skip to content
Snippets Groups Projects
Commit 09436ff4 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

Recréation du projet

parent 188b859d
Branches
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -20,7 +20,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-(s_gtai$crm9mll@=g=b(==)9wwg%gdx1gi&8)0p3_vx*9%o)*'
SECRET_KEY = 'django-insecure-w8#js%qt5kq_%1&iv_r$*9a75m09&w^me6r@!!uxz22@)w09ms'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
......@@ -75,8 +75,12 @@ WSGI_APPLICATION = 'webpizza.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
'ENGINE': 'django.db.backends.mysql',
'NAME': 'iut-dev',
'USER': 'iut-dev-user',
'PASSWORD': 'p73i74KAV8lami2iyIpehE5ozic8GA',
'HOST': 'localhost',
'PORT': '3306',
}
}
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment