Changes between Initial Version and Version 1 of Ticket #32915
- Timestamp:
- Jul 10, 2021, 1:17:56 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32915
- Property Triage Stage Unreviewed → Accepted
-
Ticket #32915 – Description
initial v1 1 1 Maybe its regression, related to: https://code.djangoproject.com/ticket/27522: 2 2 3 ``` 3 {{{ 4 4 > python manage.py runserver --nostatic 5 5 usage: manage.py runserver [-h] [--ipv6] [--nothreading] [--noreload] [--version] [-v {0,1,2,3}] [--settings SETTINGS] … … 7 7 [addrport] 8 8 manage.py runserver: error: unrecognized arguments: --nostatic 9 ``` 9 }}} 10 10 11 ``` 11 {{{ 12 12 > python manage.py runserver 13 13 python manage.py runserver … … 69 69 File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked 70 70 ModuleNotFoundError: No module named 'dist.plug.settings' 71 ``` 71 }}} 72 72 73 73 Its a ligit error, just hidden by `--nostatic`