-
**Describe the bug**
If I put SpectacularAPIView the view downloads the yaml file instead of showing it inline
**To Reproduce**
urls.py
```
urlpatterns = [
...
path("docs/api/swagger.yaml…
-
code:
Application(urlpatterns,
websocket_ping_interval=20,
websocket_ping_timeout=60)
Connection is disconnect and reconnect every 10 minute…
-
## Feature Description
Currently the Speculative Loading plugin provides a `plsr_speculation_rules_href_exclude_paths` filter to exclude URLs (and URL patterns) from being speculatively loaded. How…
-
Currently, you can override routing using the `routeOverride` property in `RouteConfig`, but I [can only specify the path I want to override](https://github.com/denoland/fresh/blob/9c5226a756ba8878cd7…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API#regex_matchers_limitations
### What specific section or headline is this issue about?
Lookaheads, and lookbehinds …
-
We have some test cases that import from private namespace inside `httpx`.
This is clearly a code-smell, because our test cases *ought* to be tests against our public API, rather than testing imple…
-
```
File "/home/fedora/env3/lib/python3.6/site-packages/django-console/admin.py", line 1, in
from django.conf.urls import patterns
ImportError: cannot import name 'patterns'
```
https://…
-
I'm trying to do something like this in a django app:
At the end of **`myapp/urls.py:`**
```python3
if settings.ENABLE_DRAMATIQ_DASHBOARD:
import dramatiq
from django_wsgi.embedded_wsgi…
-
I'm having an odd issue with a simple redirect scenario using the django builtin redirect shortcut.
I have a flash message set up...
`request.flash['message'] = "Test."`
Then on the next line I redi…
-
```
func TestFindMatchAmbiguity(t *testing.T) {
r := NewRoute()
r.Add(&metapb.API{
ID: 1,
URLPattern: "/a/b/c",
Method: "*",
})
r.Add(&metapb.API{
ID: 2,
UR…