Relative Content

Tag Archive for pythonhtmldjango

Django: GET /getMessages// HTTP/1.1″ 404 2987

I am following a Django tutorial video on how to create a simple chat room. When I want to create a new room, a pop-up alert says “An error occurred”. Couldn’t figure out what went wrong.

when i try to use “django-admin runserver” on a project that worked about a month ago (i didnt edit anything btw) this happened (on VSCode)

PS F:filenaemdjangler> django-admin runserver Traceback (most recent call last): File “<frozen runpy>”, line 198, in _run_module_as_main File “<frozen runpy>”, line 88, in _run_code File “C:UsersuserAppDataLocalProgramsPythonPython312Scriptsdjango-admin.exe__main__.py”, line 7, in <module> File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagement__init__.py”, line 442, in execute_from_command_line utility.execute() File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagement__init__.py”, line 436, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagementbase.py”, line 413, in run_from_argv self.execute(*args, **cmd_options) File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagementcommandsrunserver.py”, line 75, […]

when i try to use “django-admin runserver” on a project that worked about a month ago (i didnt edit anything btw) this happened (on VSCode)

PS F:filenaemdjangler> django-admin runserver Traceback (most recent call last): File “<frozen runpy>”, line 198, in _run_module_as_main File “<frozen runpy>”, line 88, in _run_code File “C:UsersuserAppDataLocalProgramsPythonPython312Scriptsdjango-admin.exe__main__.py”, line 7, in <module> File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagement__init__.py”, line 442, in execute_from_command_line utility.execute() File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagement__init__.py”, line 436, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagementbase.py”, line 413, in run_from_argv self.execute(*args, **cmd_options) File “C:UsersuserAppDataLocalProgramsPythonPython312Libsite-packagesdjangocoremanagementcommandsrunserver.py”, line 75, […]