Changes between Initial Version and Version 1 of Ticket #30634
- Timestamp:
- Jul 12, 2019, 1:38:34 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30634 – Description
initial v1 19 19 }}} 20 20 2. Debug any request and inspect request.META 21 3. Make sure request.META['SCRIPT_NAME']is empty21 3. Make sure `request.META['SCRIPT_NAME']` is empty 22 22 23 23 In the same time seems that running with uWSGI or something similar works. SO I assume the error is somewhere in `manage.py runserver` behavior