-
I'm having issue with
```
urlpatterns = [
url(r'^webpush/', include('webpush.urls'))
]
```
I've got an `error name url is not defined`
I can make it work using `re_path` like
```
…
-
Hi, I followed the example site and managed to get the "secret" page working with 2FA setup on my website.
However, to protect the admin site, I found this [ReadTheDocs article](http://django-two-f…
-
Hi, I have Rails turbo streams and I want to subscribe from my django project. I Try to create a consumer for that but i didn't succeed. Is there a way to do that? Or I just need to use asyncio websoc…
-
Hi,
I'm having trouble implementing autocomplete in my project. When I added `app_name='foo'` to `urls.py`, the autocomplete stopped working and the error message displayed was `NoReverseMatch for …
-
I like this way http://django-rest-framework.org/#example
-
Django 5.0.6
Django CMS: 4.1.2
Default is English, not multi-lingual or multi-site setup
If I run headless only, I get API Overview for languages, but not for pages.
**HEADLESS:**
If I disabl…
-
When I run python3 manage.py migrate
RuntimeError: Model class puput.models.BlogPage doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
-
**Décrivez le bug**
Lors du lancement de l'applicatif l'erreur suivante apparaît :
`django.db.utils.OperationalError: no such table: django_site`
**Comment le reproduire ?**
Les étapes pour re…
-
### Environment
* Nautobot version:
* pylint-nautobot version:
### Proposed Functionality
### Use Case
Walk the `urlpatterns` in `urls.py` of an app and ensure that URLs with associ…
-
## Checklist
- [ ] Raised initially as discussion #...
- [ ] This is not a feature request suitable for implementation outside this project. Please elaborate what it is:
- [ ] compatibility…