-
Some tests fail because my configuration isn't right. I'm trying to figure out what the right configuration is.
These tests are failing on Travis:
```
===============================================…
-
Client: React SPA
Web API: Django Backend REST API
Azure AD (only cloud)
I am able to test 'authentication' and 'web api call' with access token. I would like to implement RBAC in Django Backend …
-
Django 3.0 [removes](https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis) `django.utils.encoding.python_2_unicode_compatible()`, which is used as a [decorat…
-
when trying to install the recent version of `django-rest-auth `with Django 4 since it uses the deprecated function `ugettext_lazy` from `django.utils.translation` the error :
```
File "/path/to/v…
-
Current attempting to registered raises an error:
```
Traceback (most recent call last):
File "/var/praekelt/vumi-go/ve/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_…
-
Modernize test running in the package, possibly remove symbolic link used in example.
See example method from [django-registration](https://django-registration.readthedocs.io/en/3.1/faq.html?highli…
-
**Feature Request**
To avoid the usage of django views wherever there is a possibility of using django signals.
**Possible areas**
- Member registration
-
**Is your feature request related to a problem? Please describe.**
As a research institute, we need to manage data given by third parties. Since we do not initially create the data, we want to set …
-
Hi,
I'm running into an issue using django-rest-auth with angular-django-registration-auth. I'm using django 1.8.1 and am getting the following when I send request a password reset:
NoReverseMatch a…
-
Django-registration allows setting REGISTRATION_OPEN to False, in which case a registration_closed.html template would be displayed.
It would be great to include it also, for completeness.
Thanks in…