-
The django-disposable-email-checker package also has some tooling around the validation logic/flow.
Since this project also has a validator (and supports django!), we would like to continue discuss…
jheld updated
4 years ago
-
Hi!
I have the following models:
```python
class Tag(Document):
slug = StringField(primary_key=True,)
class Post(Document):
tags = ListField(ReferenceField('Tag'))
```
And a ba…
Vayel updated
7 years ago
-
Hello,
if i try to use the ImageProcessor like so:
```
postcover = fields.ImageField(
verbose_name="Post Cover",
blank=True,
…
ghost updated
5 years ago
-
También crear el usuario con permisos de administrador para el /admin.
-
prevent all inputs from SQL injection attacks.
-
I've got the following snippet
```python
from django.db import models
class PhoneField(models.CharField):
"""Phone field based on CharField with validation."""
def __init__(self, *arg…
-
Hi Guys
We are trying to build this locally, and we are having some problems.
Have you seen this issue before?
`(venv) Keevas-MacBook-Pro:mcf_standard_browse keeva$ python manage.py migrate
…
khaug updated
5 years ago
-
Using manual completion (C-x) it just spams "Completion started" until I have to close nvim.
my config:
```lua
{
'maxwell-bland/cmp-ai',
config = function()
local cmp_ai = require('cmp_a…
-
python ./manage.py migrate
/usr/local/lib/python2.7/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.3) or chardet (3.0.4) doesn't match a supported version!
Request…
-
Hi,
Trying to use with OAUTH2 - django-oauth-toolkit.
MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
…