David Burke

Results 27 issues of David Burke

Hello, this is a request for comment on an idea that could be implemented in django-allauth itself or as another package. Consider these two use cases: - Open source project...

Fixes #24 # What does this do? - Adds Poetry and pyproject.toml to replace requirements.txt and setup.py - I believe all attributes have been ported - notice how it's quite...

As discussed in https://github.com/klis87/django-cloudinary-storage/pull/22

Is there any current way of providing a url structure like this? Assume English is default / (English) /fr/ /es/ etc This conflicts with Wagtail's tree structure. Typically wagtailtrans's Translatable...

enhancement

The {% if multiple %} in select.html appears to me to do nothing. The addition of multiple="multiple" is done in attrs.html. The existence of if multiple seems to imply the...

Enhancement

**Environment** ✔ Getting NativeScript components versions information... ✔ Component nativescript has 8.0.1 version and is up to date. ✔ Component @nativescript/core has 8.0.3 version and is up to date. ✖...

Hello, First off, nice project! I'm hoping to migrate my open source Angular and NextJS wagtail integrations to this project instead of my own backend implementation. I'm not sure how...

Hello, I saw there are docs on using this with AngularJS (the old one, such unclear names from Google). I wonder if there is any interest in seeing how to...

If south is installed on the host it will attempt to syncdb and migrate. ``` File "/usr/local/lib/python2.7/dist-packages/setuptest/setuptest.py", line 52, in __init__ patch_for_test_db_setup() File "/usr/local/lib/python2.7/dist-packages/south/management/commands/__init__.py", line 34, in patch_for_test_db_setup management._commands['syncdb'] =...

Hello, Django's async support is decent these days. I'm curious if you would accept a pull request for async support? It would open up a lot of questions, but first...

Feature request
Future
Low priority