changement settings mysql

This commit is contained in:
2022-03-06 22:07:48 +01:00
parent c6f79b1fba
commit 7d870643bb
22 changed files with 73 additions and 18 deletions

View File

@@ -42,8 +42,8 @@ INSTALLED_APPS = [
'vehicles.apps.VehiclesConfig',
'collabs.apps.CollabsConfig',
'rangefilter',
]
MIDDLEWARE = [
@@ -81,7 +81,7 @@ WSGI_APPLICATION = 'Reskreen.wsgi.application'
# https://docs.djangoproject.com/en/4.0/ref/settings/#databases
"""
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
@@ -97,7 +97,7 @@ DATABASES = {
},
}
}
"""
# Password validation
# https://docs.djangoproject.com/en/4.0/ref/settings/#auth-password-validators
@@ -223,8 +223,8 @@ JAZZMIN_SETTINGS = {
# Custom links to append to app groups, keyed on app name
"custom_links": {
"books": [{
"name": "Make Messages",
"url": "make_messages",
"name": "Make Messages",
"url": "make_messages",
"icon": "fas fa-comments",
"permissions": ["books.view_book"]
}]