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, […]
creating reports in arabic with django
iam trying to create a report using django but the arabic word coes out redacted for some reason this is the and example of the pdf
creation d’une authentification avec QR code en utilisant python Django
Comment crée une authentification avec QR code en utilisant python Django ?
Django Form request.POST.get() returning None in terminal
So I’m trying to retrieve one element from a form but everytime I get None as value instead of a name for example.
Django: Base template does not render content from {% block content%} on HTML page
I am trying to use a template to be able to reuse a flexbox across multiple pages; rather than reuse the code on each page. However, rather than getting the flexbox I get:
Invalid block tag on line 1: ‘include’. Did you forget to register or load this tag?
During Django tutorial I’ve got an issue with index.html file. I can’t handle this exception:
Invalid block tag on line 14: ‘else’. Did you forget to register or load this tag?
My index.html is like this. I really don’t understand why it don’t recognize “include”.:
How to add a template using {% include %} tag, by comparing which user is logged in, on django?
My asset_list html is like this
How to show/hide a button by comparing if logged by asset owner check database privilege asset owner whether add asset value is ‘on’ or ‘off’
My asset_list html is like this