Changes between Initial Version and Version 1 of Ticket #32915


Ignore:
Timestamp:
Jul 10, 2021, 1:17:56 PM (3 years ago)
Author:
Mariusz Felisiak
Comment:

Thanks for the report!

Bisected to c6864a01b25591d3a709da8071413b69c9e35341.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32915

    • Property Triage Stage UnreviewedAccepted
  • Ticket #32915 – Description

    initial v1  
    11Maybe its regression, related to: https://code.djangoproject.com/ticket/27522:
    22
    3 ```
     3{{{
    44> python manage.py runserver --nostatic
    55usage: manage.py runserver [-h] [--ipv6] [--nothreading] [--noreload] [--version] [-v {0,1,2,3}] [--settings SETTINGS]
     
    77                           [addrport]
    88manage.py runserver: error: unrecognized arguments: --nostatic
    9 ```
     9}}}
    1010
    11 ```
     11{{{
    1212> python manage.py runserver
    1313python manage.py runserver
     
    6969  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
    7070ModuleNotFoundError: No module named 'dist.plug.settings'
    71 ```
     71}}}
    7272
    7373Its a ligit error, just hidden by `--nostatic`
Back to Top