-
### Rationale / Begründung
User registrations can come from any email domain, which may lead to spam accounts, security risks, or unwanted users in the system. Implementing an email domain whitelis…
-
Hi,
I need some help with this code which runs multiple selector in a Django questionnaire context.
https://github.com/figoyouwei/taipy_success/blob/main/littlegiant/questionnaire/app.py
First…
-
python manage.py runserver
using cuda
device_map: auto
Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████…
-
Hi. Thanks for the great app!
It appears that the registration endpoint does not check for existing email address. The following exception is raised:
```
django.db.utils.IntegrityError: duplica…
-
RIP is a framework written modularly enough to accommodate different web frameworks like flask.
The version as of today is written with just the django adapter. What this means is that RIP has a pip …
-
### Environment
* Python version: 3.9.18
* Nautobot version: 2.2.0
* nautobot-netbox-importer version: 2.0.0
### Netbox data import
### Foreign key contraints
I am trying to m…
-
**Describe the bug**
The changelog for 4.3.0-RC1 states:
> If an existing account has the same email address, the accounts will be linked
I found this to not work in my case. Let's start with m…
-
All of these samples should be added to awesome AZD. We may need to work on the README to fit the azd template structure.
### Django
----------
- [ ] [Django Postgres - Flexible Server Azure Cont…
-
I'm about to deploy a django app. I was originally going to use `uvicorn` with Django 3.0, but after seeing `whitenoise` doesn't work with asgi servers yet was thinking of just reverting back to wsgi.…
-
```
creation.sql_create_model implementation looks very complex. Declaration:
# As DB2 does not allow to insert NULL value in UNIQUE col, hence
modifing model.
def sql_create_model(self, mode…