Bonjour tous ! Je suis nouveau en django-python et j'apprends. voici le fichier contenant le sms d'erreur.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15b87f54-afa1-4f01-9e6e-a496fe0fa81fn%40googlegroups.com.
Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 3.2.4 Python Version: 3.9.5 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'stocksystema'] Installed 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'] Traceback (most recent call last): File "E:\2090 all\2090_JANGOPROJECTS\gohostockmanagement\v_gohostockms\lib\site-packages\django\core\handlers\exception.py", line 47, in inner response = get_response(request) File "E:\2090 all\2090_JANGOPROJECTS\gohostockmanagement\v_gohostockms\lib\site-packages\django\core\handlers\base.py", line 188, in _get_response self.check_response(response, callback) File "E:\2090 all\2090_JANGOPROJECTS\gohostockmanagement\v_gohostockms\lib\site-packages\django\core\handlers\base.py", line 309, in check_response raise ValueError( Exception Type: ValueError at / Exception Value: The view stocksystema.views.home didn't return an HttpResponse object. It returned None instead.