Jerin Peter George

Results 12 issues of Jerin Peter George

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

As of now, we have no option to handle the [_email confirmation procedure_](https://github.com/jazzband/dj-rest-auth/blob/cd69685b5b6bb3bdc23c6391d83dc298dc3bca7c/dj_rest_auth/registration/urls.py#L21) in a RESTful way. We have been either using the all-auth's [`ConfirmEmailView`](https://github.com/pennersr/django-allauth/blob/32b42dfdbfb184f40f548f3ffccc58239e024a02/allauth/account/views.py#L287) view or we must implement...

I was trying to write some *end-to-end* tests for #360 (and hence helping to complete #369). During the time I tried to generate the backup of the ***test database*** (or...

The variables, `SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS` and `SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS` are not working as described in the documentation [here.](http://python-social-auth-docs.readthedocs.io/en/latest/configuration/settings.html#whitelists)

### Describe the bug I get 403 while accessing a pre-signed URL generated using `virtual` addressing style. Even though if I change the type to `path`, the generated URL will...

bug

I have a view which has this `get_queryset(...)` method ```python # views.py class PollViewSet(viewsets.ModelViewSet): serializer_class = PollSerializer def get_queryset(self): raise Exception("Raise any sort of exception here.") ``` The idea of...

# Type of PR - Enhancement ## Description This PR will check whether the values of `DBBACKUP_FILENAME_TEMPLATE` and `DBBACKUP_MEDIA_FILENAME_TEMPLATE` contains any _"slashes" (`/`)_ in it (Ref: #479 ). ## Why...

## Describe the bug The `--clean` flag gracefully ignoring the `DBBACKUP_CLEANUP_KEEP` value ## To Reproduce ```python # settings.py DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage' DBBACKUP_DEFAULT_SERVER_NAME = env("DBBACKUP_DEFAULT_SERVER_NAME", default="localhost") def backup_filename(databasename, servername, datetime, extension,...

I got this error when trying to deals with **Tesseract** (1, 'Error opening data file /app/vendor/tesseract-ocr/tessdata/eng.traineddata') **Traceback** ``` Environment: Request Method: POST Request URL: https://cyc-new.herokuapp.com/uploads/img_upload/ Django Version: 1.9 Python Version:...