Opened 4 years ago
Last modified 4 years ago
#33147 closed Bug
django-admin runserver -settings=mysite.settings errors out — at Initial Version
| 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
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
Note:
See TracTickets
for help on using tickets.