Opened 4 years ago
Closed 4 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 )
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 , 4 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | django-admin runserver -settings=mysite.settings errors out → django-admin runserver --settings=mysite.settings errors out |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
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.
What's the error?