django-uwsgi
django-uwsgi copied to clipboard
Django related examples/trick/modules for uWSGI
### Update [sphinx](https://pypi.org/project/sphinx) from **3.5.1** to **7.0.1**. Changelog ### 7.0.1 ``` ===================================== Dependencies ------------ * 11411: Support `Docutils 0.20`_. Patch by Adam Turner. .. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04 Bugs fixed ----------...
Django 4.x has some changes that brake the django-uwsgi library. Mainly: - django.utils.translation.ugettext_lazy - from django.conf.urls.url Which now are respectively: - from django.utils.translation.ngettext_lazy - from django.urls.re_path
The docs say you can provide an HTTP port argument: ```python manage.py runuwsgi http=1234``` That throws an error: ```python manage.py runuwsgi http=5000 usage: manage.py runuwsgi [-h] [--version] [-v {0,1,2,3}] [--settings...
Can the PyPi package be updated to master? It would fix some current issues
I am using the email backend on django 1.8.16 and have tried both python 3.4.2 and 3.5.2 but always get the following error in the spooler: ``` django_uwsgi/decorators.py", line 38,...
I have installed both, django-uwsgi and [django-celery-beat](https://github.com/celery/django-celery-beat/), but they cause a bug when I want to change periodic tasks in the admin panel: http://localhost:8001/admin/django_celery_beat/periodictask/1/change/ I disabled django-uwsgi for now but...
Hi, guys! First of all, thanks a lot for your great project! It really helps me heavily:) And while using it, I've faced an interesting issue. Don't really know, whether...
Can you make support for older versions, please? **Versions:** OS: Debian Wheezy uWSGI: latest system package version: 1.2.3+dfsg-5+deb7u1 https://packages.debian.org/wheezy/uwsgi-core **Exception:** ``` File "/home/user/environment/local/lib/python2.7/site-packages/django_uwsgi/views.py" in get_context_data 28. context.update(get_uwsgi_stats()) File "/home/user/environment/local/lib/python2.7/site-packages/django_uwsgi/stats.py" in...
hi, I introduced the django_uwsgi library in my project Simple tasks are executing fine, when I introduce the database model class in the task.py file, it starts reporting errors no...
hey awesome Maintainers; if no one maintaining this repo anymore, I would like to do so from now on. otherwise it would be great some one create discussions tab for...