Opened 3 years ago

Closed 3 years ago

#33147 closed Bug (worksforme)

django-admin runserver --settings=mysite.settings errors out

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 singhnavdeep)

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 (3)

comment:1 by singhnavdeep, 3 years ago

Description: modified (diff)
Summary: django-admin runserver -settings=mysite.settings errors outdjango-admin runserver --settings=mysite.settings errors out

comment:2 by Tim Graham, 3 years ago

What's the error?

comment:3 by Mariusz Felisiak, 3 years ago

Resolution: worksforme
Status: newclosed

Thanks for this ticket, however it works for me. You should also use the tutorial that is written for Django 4.0.

Note: See TracTickets for help on using tickets.
Back to Top