Opened 8 years ago
Closed 8 years ago
#29162 closed Bug (invalid)
urls issue on hosted server
| Reported by: | Chris Shaw | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | 1.10 |
| 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
Good day.
I have been trying to get my Django 1.10 and 2.0 projects working on a paid host. I have set up the python app with version 3.5.
To begin, all looks good.
As soon as I try to log into the admin area (or send a post request to any app), it returns a 404 error. When processing a POST request, it appears to only run though the root urls, and not the app urls.
The same request done with a GET returns the page, but with a POST returns a 404.
Attachments (3)
Change History (5)
by , 8 years ago
| Attachment: | Screen Shot 2018-02-25 at 21.34.58.png added |
|---|
by , 8 years ago
| Attachment: | Screen Shot 2018-02-25 at 21.48.07.png added |
|---|
Screen shot of URLS. Please note this example is from ver 1.10.x. The same problem exists in ver 2.0.x.
by , 8 years ago
| Attachment: | Screen Shot 2018-02-25 at 21.58.07.png added |
|---|
Screen shot showing exactly the same request works fine as a GET, but returns a 404 with a POST.
comment:1 by , 8 years ago
| Version: | 2.0 → 1.10 |
|---|
Changed the version to 1.10 as the attached images are per 1.10. The issue exists in ver 2.0 also.
comment:2 by , 8 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
See TicketClosingReasons/UseSupportChannels for ways to get help. I'm not sure if you've provided enough information to determine the problem.
If you confirm a bug in Django, then it's appropriate to open a ticket with details.
Screen shot of error, only display root urls and not admin urls.