changement settings mysql
This commit is contained in:
@@ -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"]
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user