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.
--
Ticket URL: <https://code.djangoproject.com/ticket/29162>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Screen Shot 2018-02-25 at 21.34.58.png" added.
Screen shot of error, only display root urls and not admin urls.
* 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.
* 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.
* version: 2.0 => 1.10
Comment:
Changed the version to 1.10 as the attached images are per 1.10. The issue
exists in ver 2.0 also.
--
Ticket URL: <https://code.djangoproject.com/ticket/29162#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/29162#comment:2>