diff --git a/application/static/images/efi.jpg b/application/static/images/efi.jpg new file mode 100644 index 0000000..a6154af Binary files /dev/null and b/application/static/images/efi.jpg differ diff --git a/mysite/settings.py b/mysite/settings.py index bfdb5d4..74578e3 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -160,8 +160,10 @@ if DEVELOPMENT: AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.ModelBackend', ] + print(" --- Development stage --- ") else: AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.ModelBackend', 'medinf.ldap_backend.LdapBackend', - ] \ No newline at end of file + ] + print(" --- Live stage --- ") \ No newline at end of file