进入http://127.0.0.1:8000/xadmin后点击注销,出现以下界面
来源:8-2 更加强大的后台管理系统-xadmin的配置
曾嘱咐
2021-10-23
TemplateSyntaxError at /xadmin/
'crispy_forms_tags' is not a registered tag library. Must be one of: admin_list admin_modify admin_static admin_urls cache i18n l10n log static staticfiles tz xadmin_tags
Request Method: | GET |
---|---|
Request URL: | http://127.0.0.1:8000/xadmin/ |
Django Version: | 2.2.2 |
Exception Type: | TemplateSyntaxError |
Exception Value: | 'crispy_forms_tags' is not a registered tag library. Must be one of: admin_list admin_modify admin_static admin_urls cache i18n l10n log static staticfiles tz xadmin_tags |
Exception Location: | D:\python3\lib\site-packages\django\template\defaulttags.py in find_library, line 1023 |
Python Executable: | D:\python3\python.exe |
Python Version: | 3.9.5 |
Python Path: | ['D:\\Grandpa_ZZF\\MxOnline', 'D:\\Grandpa_ZZF\\MxOnline', 'D:\\pycharm\\PyCharm 2021.2.3\\plugins\\python\\helpers\\pycharm_display', 'D:\\python3\\python39.zip', 'D:\\python3\\DLLs', 'D:\\python3\\lib', 'D:\\python3', 'D:\\python3\\lib\\site-packages', 'D:\\pycharm\\PyCharm ' '2021.2.3\\plugins\\python\\helpers\\pycharm_matplotlib_backend', 'D:\\python3\\lib\\site-packages\\odf', 'D:\\python3\\lib\\site-packages\\odf', 'D:\\python3\\lib\\site-packages\\odf', 'D:\\python3\\lib\\site-packages\\odf', 'D:\\python3\\lib\\site-packages\\odf', 'D:\\python3\\lib\\site-packages\\odf', 'D:\\python3\\lib\\site-packages\\odf'] |
Server time: | 星期日, 24 十月 2021 16:37:47 +0800 |
Error during template rendering
In template D:\Grandpa_ZZF\MxOnline\xadmin\templates\xadmin\views\login.html
, error at line 4
'crispy_forms_tags' is not a registered tag library. Must be one of: admin_list admin_modify admin_static admin_urls cache i18n l10n log static staticfiles tz xadmin_tags
1 | {% extends base_template %} |
---|---|
2 | {% load i18n xadmin_tags %} |
3 | |
4 | {% load crispy_forms_tags %} |
5 | |
6 | {% block extrastyle %}{{ block.super }} |
7 | <style type="text/css"> |
8 | #panel-login { |
9 | max-width: 350px; |
10 | } |
11 | #panel-login .controls{ |
12 | padding: 0px 15px 15px !important; |
13 | } |
14 |
Traceback Switch to copy-and-paste view
D:\python3\lib\site-packages\django\template\defaulttags.py
infind_library
return parser.libraries[name]
…
During handling of the above exception ('crispy_forms_tags'), another exception occurred:
D:\python3\lib\site-packages\django\core\handlers\exception.py
in inner
response = get_response(request)
…
D:\python3\lib\site-packages\django\core\handlers\base.py
in _get_response
response = self.process_exception_by_middleware(e, request)
…
D:\python3\lib\site-packages\django\core\handlers\base.py
in _get_response
response = response.render()
…
D:\python3\lib\site-packages\django\template\response.py
in render
self.content = self.rendered_content
…
D:\python3\lib\site-packages\django\template\response.py
in rendered_content
template = self.resolve_template(self.template_name)
…
D:\python3\lib\site-packages\django\template\response.py
in resolve_template
return select_template(template, using=self.using)
…
D:\python3\lib\site-packages\django\template\loader.py
in select_template
return engine.get_template(template_name)
…
D:\python3\lib\site-packages\django\template\backends\django.py
in get_template
return Template(self.engine.get_template(template_name), self)
…
D:\python3\lib\site-packages\django\template\engine.py
in get_template
template, origin = self.find_template(template_name)
…
D:\python3\lib\site-packages\django\template\engine.py
in find_template
template = loader.get_template(name, skip=skip)
…
D:\python3\lib\site-packages\django\template\loaders\base.py
in get_template
return Template(
…
D:\python3\lib\site-packages\django\template\base.py
in __init__
self.nodelist = self.compile_nodelist()
…
D:\python3\lib\site-packages\django\template\base.py
in compile_nodelist
return parser.parse()
…
D:\python3\lib\site-packages\django\template\base.py
in parse
raise self.error(token, e)
…
D:\python3\lib\site-packages\django\template\base.py
in parse
compiled_result = compile_func(self, token)
…
D:\python3\lib\site-packages\django\template\loader_tags.py
in do_extends
nodelist = parser.parse()
…
D:\python3\lib\site-packages\django\template\base.py
in parse
raise self.error(token, e)
…
D:\python3\lib\site-packages\django\template\base.py
in parse
compiled_result = compile_func(self, token)
…
D:\python3\lib\site-packages\django\template\defaulttags.py
in load
lib = find_library(parser, name)
…
D:\python3\lib\site-packages\django\template\defaulttags.py
in find_library
raise TemplateSyntaxError(
…
Request information
USER
AnonymousUser
GET
No GET data
POST
No POST data
FILES
No FILES data
COOKIES
Variable | Value |
---|---|
__guid | '96992031.16140349099515790000.1629657257423.6191' |
csrftoken | '54paAC6YhKZSNK2im43wr2XrY8ybythEs6hkPRcBQhXroHnrjFzxucj3omrAoRzw' |
monitor_count | '128' |
META
Variable | Value |
---|---|
ALLUSERSPROFILE | 'C:\\ProgramData' |
APPDATA | 'C:\\Users\\86187\\AppData\\Roaming' |
COMMONPROGRAMFILES | 'C:\\Program Files\\Common Files' |
COMMONPROGRAMFILES(X86) | 'C:\\Program Files (x86)\\Common Files' |
COMMONPROGRAMW6432 | 'C:\\Program Files\\Common Files' |
COMPUTERNAME | '尊敬的王爷爷' |
COMSPEC | 'C:\\Windows\\system32\\cmd.exe' |
CONTENT_LENGTH | '' |
CONTENT_TYPE | 'text/plain' |
CSRF_COOKIE | '54paAC6YhKZSNK2im43wr2XrY8ybythEs6hkPRcBQhXroHnrjFzxucj3omrAoRzw' |
DJANGO_SETTINGS_MODULE | 'MxOnline.settings' |
DRIVERDATA | 'C:\\Windows\\System32\\Drivers\\DriverData' |
GATEWAY_INTERFACE | 'CGI/1.1' |
HOMEDRIVE | 'C:' |
HOMEPATH | '\\Users\\86187' |
HTTP_ACCEPT | 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' |
HTTP_ACCEPT_ENCODING | 'gzip, deflate, br' |
HTTP_ACCEPT_LANGUAGE | 'zh-CN,zh;q=0.9' |
HTTP_CONNECTION | 'keep-alive' |
HTTP_COOKIE | ('__guid=96992031.16140349099515790000.1629657257423.6191; ' 'csrftoken=54paAC6YhKZSNK2im43wr2XrY8ybythEs6hkPRcBQhXroHnrjFzxucj3omrAoRzw; ' 'monitor_count=128') |
HTTP_HOST | '127.0.0.1:8000' |
HTTP_SEC_FETCH_DEST | 'document' |
HTTP_SEC_FETCH_MODE | 'navigate' |
HTTP_SEC_FETCH_SITE | 'none' |
HTTP_SEC_FETCH_USER | '?1' |
HTTP_UPGRADE_INSECURE_REQUESTS | '1' |
HTTP_USER_AGENT | ('Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) ' 'Chrome/86.0.4240.198 Safari/537.36') |
IDEA_INITIAL_DIRECTORY | 'C:\\Users\\86187\\Desktop' |
LOCALAPPDATA | 'C:\\Users\\86187\\AppData\\Local' |
LOGONSERVER | '\\\\尊敬的王爷爷' |
MYSQL_HOME | 'C:\\Program Files\\MySQL\\MySQL Server 8.0' |
NUMBER_OF_PROCESSORS | '16' |
ONEDRIVE | 'C:\\Users\\86187\\OneDrive' |
ONEDRIVECONSUMER | 'C:\\Users\\86187\\OneDrive' |
OS | 'Windows_NT' |
PATH | ('D:\\Anaconda;D:\\Anaconda\\Library\\mingw-w64\\bin;D:\\Anaconda\\Library\\usr\\bin;D:\\Anaconda\\Library\\bin;D:\\Anaconda\\Scripts;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program ' 'Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA ' 'Corporation\\NVIDIA NvDLISR;C:\\Program Files\\MySQL\\MySQL Shell ' '8.0\\bin\\;D:\\python3\\Scripts\\;D:\\python3\\;C:\\Users\\86187\\AppData\\Local\\Microsoft\\WindowsApps;D:\\pycharm\\PyCharm ' 'Community Edition 2021.1.1\\bin;D:\\pycharm\\PyCharm ' '2021.2.3\\bin;C:\\Program Files\\MySQL\\MySQL Server ' '8.0\\bin;C:\\Users\\86187\\AppData\\Local\\GitHubDesktop\\bin;D:\\webstorm\\WebStorm ' '2021.2.2\\bin') |
PATHEXT | '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' |
PATH_INFO | '/xadmin/' |
PROCESSOR_ARCHITECTURE | 'AMD64' |
PROCESSOR_IDENTIFIER | 'AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD' |
PROCESSOR_LEVEL | '25' |
PROCESSOR_REVISION | '5000' |
PROGRAMDATA | 'C:\\ProgramData' |
PROGRAMFILES | 'C:\\Program Files' |
PROGRAMFILES(X86) | 'C:\\Program Files (x86)' |
PROGRAMW6432 | 'C:\\Program Files' |
PSMODULEPATH | ('C:\\Program ' 'Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules') |
PUBLIC | 'C:\\Users\\Public' |
PYCHARM | 'D:\\pycharm\\PyCharm 2021.2.3\\bin;' |
PYCHARM COMMUNITY EDITION | 'D:\\pycharm\\PyCharm Community Edition 2021.1.1\\bin;' |
PYCHARM_DISPLAY_PORT | '63342' |
PYCHARM_HOSTED | '1' |
PYTHONIOENCODING | 'UTF-8' |
PYTHONPATH | ('D:\\Grandpa_ZZF\\MxOnline;D:\\pycharm\\PyCharm ' '2021.2.3\\plugins\\python\\helpers\\pycharm_matplotlib_backend;D:\\pycharm\\PyCharm ' '2021.2.3\\plugins\\python\\helpers\\pycharm_display') |
PYTHONUNBUFFERED | '1' |
QUERY_STRING | '' |
REMOTE_ADDR | '127.0.0.1' |
REMOTE_HOST | '' |
REQUEST_METHOD | 'GET' |
RUN_MAIN | 'true' |
SCRIPT_NAME | '' |
SERVER_NAME | 'activate.navicat.com' |
SERVER_PORT | '8000' |
SERVER_PROTOCOL | 'HTTP/1.1' |
SERVER_SOFTWARE | 'WSGIServer/0.2' |
SYSTEMDRIVE | 'C:' |
SYSTEMROOT | 'C:\\Windows' |
TEMP | 'C:\\Users\\86187\\AppData\\Local\\Temp' |
TMP | 'C:\\Users\\86187\\AppData\\Local\\Temp' |
USERDOMAIN | '尊敬的王爷爷' |
USERDOMAIN_ROAMINGPROFILE | '尊敬的王爷爷' |
USERNAME | '86187' |
USERPROFILE | 'C:\\Users\\86187' |
WEBSTORM | 'D:\\webstorm\\WebStorm 2021.2.2\\bin;' |
WINDIR | 'C:\\Windows' |
WXDRIVE_START_ARGS | ('--wxdrive-setting=0 --disable-gpu --disable-software-rasterizer ' '--enable-features=NetworkServiceInProcess') |
wsgi.errors | <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> |
wsgi.file_wrapper | '' |
wsgi.input | <django.core.handlers.wsgi.LimitedStream object at 0x00000222A09162E0> |
wsgi.multiprocess | False |
wsgi.multithread | True |
wsgi.run_once | False |
wsgi.url_scheme | 'http' |
wsgi.version | (1, 0) |
Settings
Using settings module MxOnline.settings
Setting | Value |
---|---|
ABSOLUTE_URL_OVERRIDES | {} |
ADMINS | [] |
ALLOWED_HOSTS | [] |
APPEND_SLASH | True |
AUTHENTICATION_BACKENDS | ['django.contrib.auth.backends.ModelBackend'] |
AUTH_PASSWORD_VALIDATORS | '********************' |
AUTH_USER_MODEL | 'users.UserProfile' |
BASE_DIR | WindowsPath('D:/Grandpa_ZZF/MxOnline') |
CACHES | {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}} |
CACHE_MIDDLEWARE_ALIAS | 'default' |
CACHE_MIDDLEWARE_KEY_PREFIX | '********************' |
CACHE_MIDDLEWARE_SECONDS | 600 |
CRISPY_CLASS_CONVERTERS | {'fileinput': 'fileinput fileUpload form-control', 'passwordinput': '********************', 'textinput': 'textinput textInput form-control'} |
CRISPY_TEMPLATE_PACK | 'bootstrap3' |
CSRF_COOKIE_AGE | 31449600 |
CSRF_COOKIE_DOMAIN | None |
CSRF_COOKIE_HTTPONLY | False |
CSRF_COOKIE_NAME | 'csrftoken' |
CSRF_COOKIE_PATH | '/' |
CSRF_COOKIE_SAMESITE | 'Lax' |
CSRF_COOKIE_SECURE | False |
CSRF_FAILURE_VIEW | 'django.views.csrf.csrf_failure' |
CSRF_HEADER_NAME | 'HTTP_X_CSRFTOKEN' |
CSRF_TRUSTED_ORIGINS | [] |
CSRF_USE_SESSIONS | False |
DATABASES | {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': '127.0.0.1', 'NAME': 'mxonline', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': 3306, 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'root'}} |
DATABASE_ROUTERS | [] |
DATA_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
DATA_UPLOAD_MAX_NUMBER_FIELDS | 1000 |
DATETIME_FORMAT | 'N j, Y, P' |
DATETIME_INPUT_FORMATS | ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M', '%m/%d/%y'] |
DATE_FORMAT | 'N j, Y' |
DATE_INPUT_FORMATS | ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y'] |
DEBUG | True |
DEBUG_PROPAGATE_EXCEPTIONS | False |
DECIMAL_SEPARATOR | '.' |
DEFAULT_AUTO_FIELD | 'django.db.models.BigAutoField' |
DEFAULT_CHARSET | 'utf-8' |
DEFAULT_CONTENT_TYPE | 'text/html' |
DEFAULT_EXCEPTION_REPORTER_FILTER | 'django.views.debug.SafeExceptionReporterFilter' |
DEFAULT_FILE_STORAGE | 'django.core.files.storage.FileSystemStorage' |
DEFAULT_FROM_EMAIL | 'webmaster@localhost' |
DEFAULT_INDEX_TABLESPACE | '' |
DEFAULT_TABLESPACE | '' |
DISALLOWED_USER_AGENTS | [] |
EMAIL_BACKEND | 'django.core.mail.backends.smtp.EmailBackend' |
EMAIL_HOST | 'localhost' |
EMAIL_HOST_PASSWORD | '********************' |
EMAIL_HOST_USER | '' |
EMAIL_PORT | 25 |
EMAIL_SSL_CERTFILE | None |
EMAIL_SSL_KEYFILE | '********************' |
EMAIL_SUBJECT_PREFIX | '[Django] ' |
EMAIL_TIMEOUT | None |
EMAIL_USE_LOCALTIME | False |
EMAIL_USE_SSL | False |
EMAIL_USE_TLS | False |
FILE_CHARSET | 'utf-8' |
FILE_UPLOAD_DIRECTORY_PERMISSIONS | None |
FILE_UPLOAD_HANDLERS | ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler'] |
FILE_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
FILE_UPLOAD_PERMISSIONS | None |
FILE_UPLOAD_TEMP_DIR | None |
FIRST_DAY_OF_WEEK | 0 |
FIXTURE_DIRS | [] |
FORCE_SCRIPT_NAME | None |
FORMAT_MODULE_PATH | None |
FORM_RENDERER | 'django.forms.renderers.DjangoTemplates' |
IGNORABLE_404_URLS | [] |
INSTALLED_APPS | ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'apps.courses.apps.CoursesConfig', 'apps.users.apps.UsersConfig', 'apps.organizations.apps.OrganizationsConfig', 'apps.operations.apps.OperationsConfigcrispy_forms', 'xadmin.apps.XAdminConfig'] |
INTERNAL_IPS | [] |
LANGUAGES | [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')] |
LANGUAGES_BIDI | ['he', 'ar', 'fa', 'ur'] |
LANGUAGE_CODE | 'zh-hans' |
LANGUAGE_COOKIE_AGE | None |
LANGUAGE_COOKIE_DOMAIN | None |
LANGUAGE_COOKIE_NAME | 'django_language' |
LANGUAGE_COOKIE_PATH | '/' |
LOCALE_PATHS | [] |
LOGGING | {} |
LOGGING_CONFIG | 'logging.config.dictConfig' |
LOGIN_REDIRECT_URL | '/accounts/profile/' |
LOGIN_URL | '/accounts/login/' |
LOGOUT_REDIRECT_URL | None |
MANAGERS | [] |
MEDIA_ROOT | '' |
MEDIA_URL | '' |
MESSAGE_STORAGE | 'django.contrib.messages.storage.fallback.FallbackStorage' |
MIDDLEWARE | ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware'] |
MIGRATION_MODULES | {} |
MONTH_DAY_FORMAT | 'F j' |
NUMBER_GROUPING | 0 |
PASSWORD_HASHERS | '********************' |
PASSWORD_RESET_TIMEOUT_DAYS | '********************' |
PREPEND_WWW | False |
ROOT_URLCONF | 'MxOnline.urls' |
SECRET_KEY | '********************' |
SECURE_BROWSER_XSS_FILTER | False |
SECURE_CONTENT_TYPE_NOSNIFF | False |
SECURE_HSTS_INCLUDE_SUBDOMAINS | False |
SECURE_HSTS_PRELOAD | False |
SECURE_HSTS_SECONDS | 0 |
SECURE_PROXY_SSL_HEADER | None |
SECURE_REDIRECT_EXEMPT | [] |
SECURE_SSL_HOST | None |
SECURE_SSL_REDIRECT | False |
SERVER_EMAIL | 'root@localhost' |
SESSION_CACHE_ALIAS | 'default' |
SESSION_COOKIE_AGE | 1209600 |
SESSION_COOKIE_DOMAIN | None |
SESSION_COOKIE_HTTPONLY | True |
SESSION_COOKIE_NAME | 'sessionid' |
SESSION_COOKIE_PATH | '/' |
SESSION_COOKIE_SAMESITE | 'Lax' |
SESSION_COOKIE_SECURE | False |
SESSION_ENGINE | 'django.contrib.sessions.backends.db' |
SESSION_EXPIRE_AT_BROWSER_CLOSE | False |
SESSION_FILE_PATH | None |
SESSION_SAVE_EVERY_REQUEST | False |
SESSION_SERIALIZER | 'django.contrib.sessions.serializers.JSONSerializer' |
SETTINGS_MODULE | 'MxOnline.settings' |
SHORT_DATETIME_FORMAT | 'm/d/Y P' |
SHORT_DATE_FORMAT | 'm/d/Y' |
SIGNING_BACKEND | 'django.core.signing.TimestampSigner' |
SILENCED_SYSTEM_CHECKS | [] |
STATICFILES_DIRS | ['D:\\Grandpa_ZZF\\MxOnline\\static', 'D:\\Grandpa_ZZF\\MxOnline\\apps/message_form/static'] |
STATICFILES_FINDERS | ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder'] |
STATICFILES_STORAGE | 'django.contrib.staticfiles.storage.StaticFilesStorage' |
STATIC_ROOT | None |
STATIC_URL | '/static/' |
TEMPLATES | [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [WindowsPath('D:/Grandpa_ZZF/MxOnline/templates')], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages']}}] |
TEST_NON_SERIALIZED_APPS | [] |
TEST_RUNNER | 'django.test.runner.DiscoverRunner' |
THOUSAND_SEPARATOR | ',' |
TIME_FORMAT | 'P' |
TIME_INPUT_FORMATS | ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M'] |
TIME_ZONE | 'Asia/Shanghai' |
USE_I18N | True |
USE_L10N | True |
USE_THOUSAND_SEPARATOR | False |
USE_TZ | False |
USE_X_FORWARDED_HOST | False |
USE_X_FORWARDED_PORT | False |
WSGI_APPLICATION | 'MxOnline.wsgi.application' |
X_FRAME_OPTIONS | 'SAMEORIGIN' |
YEAR_MONTH_FORMAT | 'F Y' |
You're seeing this error because you have DEBUG = True
in your Django settings file. Change that to False
, and Django will display a standard page generated by the handler for this status code.
2回答
-
曾嘱咐
提问者
2021-10-25
找到了,少写了个逗号
012021-10-25 -
曾嘱咐
提问者
2021-10-24
我发现先登录http://127.0.0.1:8000/admin/,再登录http://127.0.0.1:8000/admin/才能进入xadmin
直接登录http://127.0.0.1:8000/xadmin ,就进不去
012021-10-24
相似问题
回答 2
回答 1