Changes between Initial Version and Version 1 of Ticket #31408


Ignore:
Timestamp:
Mar 29, 2020, 2:03:50 PM (4 years ago)
Author:
Tim Graham
Comment:

This looks like a mistake in your code rather than a bug in Django. Please see TicketClosingReasons/UseSupportChannels for ways to get help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31408

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #31408 – Description

    initial v1  
    44
    55Below is the error. I a not trying to use bootstrap.But creating a html and connecting to config file.
    6 
     6{{{
    77(venv) D:\Program Files\my_project\djangotest>python manage.py runserver
    88Watching for file changes with StatReloader
     
    115115OSError: [WinError 123] The filename, directory name, or volume label syntax is
    116116incorrect: '<frozen importlib._bootstrap>'
     117}}}
Back to Top