-
Hello,
The documentation for setting up a Django Unicorn project is not very clear. I was following the installation process: https://www.django-unicorn.com/docs/installation/
Here are the issue…
-
## Django Installation
```
(django_venv) user@user-Vostro-3550:~/code/Django-Sample$ easy_install Django
Searching for Django
Reading https://pypi.python.org/simple/Django/
Downloading https://py…
-
Wondering if anyone else had similar issue and to hopefully debug why it is happening.
I followed Docker-compose installation from here: https://github.com/usnistgov/NEMO/wiki/Docker-Compose-insta…
-
I am trying to have a custom email template. When I use `PasswordResetForm`, everything seems to work fine:
```python
from django.contrib.auth.forms import PasswordResetForm
class CustomPasswo…
-
The documentation page, "[Deploy a TOM to Heroku](https://tom-toolkit.readthedocs.io/en/stable/deployment/deployment_heroku.html)" is out of date. Heroku discontinued their free-tier in November, 2022…
-
After upgrading 2.0.0 -> 2.1.0
```
CommandError: Conflicting migrations detected
multiple leaf nodes in the migration graph: (0004_alter_invitation_id, 0004_auto_20230328_1430 in invitations).
`…
-
To allow user to be redirected to previous or specific page after login, django has default native parameter **NEXT** for that. When I want to implement it, this is the way:
_login.html_ template:
…
-
Package is no longer working with latest version of setuptools(v 58 or higher). upgrading dependencies(or at least celery) may fix the issue.
Full error:
```
Collecting django-audiofield
Using…
-
![image](https://github.com/user-attachments/assets/71f03b06-c7cf-4884-addf-acedff478065)
```
❯ cat requirements.txt | grep plotai
plotai==0.0.5
```
-
**Describe the bug**
I'm running Django under ASGI and basic api routes are working fine. But when I follow the `django-ninja` documentation for an api route using a Schema response, I get this error…