Opened 3 years ago
Last modified 3 years ago
#33147 closed Bug
django-admin runserver --settings=mysite.settings errors out — at Version 1
Reported by: | singhnavdeep | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
django-admin runserver --settings=mysite.settings errors out in version 4.0a1 version
but it works in 3.2.7(LTS)
I tried this on windows platform
.
Looks like incompatibility introduced somewhere.
Follows steps in https://docs.djangoproject.com/en/3.2/intro/tutorial01/
$ django-admin startproject mysite
$django-admin runserver -settings=mysite.settings
Change History (1)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|---|
Summary: | django-admin runserver -settings=mysite.settings errors out → django-admin runserver --settings=mysite.settings errors out |
Note:
See TracTickets
for help on using tickets.