nuarhu
nuarhu
A slightly simpler solution is to directly override `custom_signup` with your custom code. @omni-vi 's code modified to show this: ```python class CustomSignupForm(SignupForm): first_name = forms.CharField(max_length=30, label=_("First Name")) last_name =...
Hi there, @adambudziak 's arguments are very convincing though I have to admit that I'm quite the fan of Django's class based views. What I like about them is there...
You might want to have a look at this fork: https://github.com/fizista/django-taggit-templatetags2
Same here. I had a test that was running fine with version django-ninja 0.22.1 and pydantic 1.10.13 but is now failing with ninja 1.1.0 and pydantic 2.5.3. I try to...
Have a look at https://github.com/chhantyal/taggit-selectize. The UI is very similar to select2 and is quite easy to integrate.
@albertovelo azure-sql-edge does no longer support Apple Silicon, see https://techcommunity.microsoft.com/t5/sql-server-blog/azure-sql-edge-update-september-2023/ba-p/3930827 Good news: Docker for Mac includes virtualization for AMD images (under Settings > General), so it's possible to use the...
azure-sql-edge does no longer support Apple Silicon, see https://techcommunity.microsoft.com/t5/sql-server-blog/azure-sql-edge-update-september-2023/ba-p/3930827 Good news: Docker for Mac includes virtualization for AMD images (under Settings > General), so it's possible to use the image...
@ZeeshanTamboli the Stackblizt that you have linked is using mui/material in version 5.15.21 - that was still working.