-
settings.py:
```
EMAIL_BACKEND = 'django_mailer.smtp_queue.EmailBackend'
```
in code somewere:
```
except Exception, e:
logger.error('discount_cards.views.register -> new_user.save -> %s' % e.m…
-
Locally, if I run `manage.py migrate_schemas`, I see output like:
```
[standard:public] === Starting migration
[standard:public] Operations to perform:
[standard:public] Apply all migrations: …
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
##### ENVIRONMENT
* AWX version: 5.0.0
* AWX install method: openshift3.7
* Ansible version: 2.0.8
* Operating System: RHEL 7
* Web Browser:…
-
Python 2.7.13
django==1.11.20
opencensus == 0.7.1
opencensus-ext-django == 0.7.0
opencensus-ext-azure == 0.7.0
opencensus-ext-logging == 0.1.0
Seems like at least some django system-loggers …
-
Followed the install guide on ubuntu 18.04 exactly and keep getting stuck here. Can't figure out the issue, so was wondering if anyone else has experienced this?
/var/www/mysite$ python manage.py m…
-
**Description:**
To assist future debugging and better operational capacity, it would be ideal to be able to easily find the relevant logging for a given parsing session for a file upload.
**Accep…
-
When logging changes to model instances, the `changes` column casts all python data types into strings, rather than their JSON equivalents:
- `None` -> `"None"` and not `null`
- `True` -> `"True"`…
-
Hello, at first thank you for great package! I am a newbie in Django+LDAP but I have managed to run it in quite short time :)
But I have a question about the case if the LDAP server is not reachabl…
-
I'm getting the following error when I run `pylint` on my project using `pylint-django==2.4.2`:
```bash
> poetry run pylint --django-settings-module=myapp.settings myapp
Traceback (most recent ca…
-
Hello,
I have a problem with django-tenants. I am still learning to program, so it is possible that I have made a beginner's mistake somewhere.
I will explain what I am trying to achieve with a …