-
References that send their messages to verify the applicant occasionally have their message rejected by the system. This issue can cause frustration for the reference as they then need to contact us …
-
Currently using GeoDjango's custom fields breaks Django ninja with the following error:
```
Exception in thread django-main-thread:
...
< Omitted for brevity >
...
File "/opt/pysetup/.venv/lib…
-
Hi Martin,
When I create a new project and follow the steps that you have described your document to start the Django project as the windows process is working fine. But the same when I apply to m…
-
hi,运行如下命令尝试启动server时报错:
python3 manage.py runserver 0.0.0.0:8001
报错如下,网上查找好久没有解决办法,大神能否帮忙看下,感谢🙏:
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (mos…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct…
-
Hello, thank you for doing this task. I will add some notes and please make a pull request for this.
The app name should usually be the main model name but using plural eg reservations. For this on…
-
### Problem
When uploading a video file to Cloudinary, I get the following error when adding a clip to a post through the API:
```
Request Method: POST
Request URL: http://8000-jamieb92-gamerco…
-
Pain points (as shown by the [winter-getting-started](https://github.com/WinterFramework/winter-getting-started) project):
Django-related:
- [ ] Have to run `django-admin startproject` which gener…
-
I am able to create tenants and access subdomained django admins just fine, but the errors I'm running into make me think something is wrong with the non-shared side.
Deleting a tenant by the comm…
-
If a time value is zero then it shows as empty in Django Admin. This is an issue while updating the object, I have to enter zero value for Time field every time even though I was updating other fields…