Aleksei khatkevich

Results 13 issues of Aleksei khatkevich

Hi It s rather question then issue. Is it any way to use Celery to send activation and other emails sent by Djoser. Default implementation in Djoser uses request as...

Hi Please check this setting recomendation in your docs. ``` SIMPLE_JWT = { 'AUTH_HEADER_TYPES': ('JWT',), } ``` With this setting JWT authorization doesnt work for some reason. Without it -works...

Hi. Thank you for creating and mantaining this awesome package. Could you please publish it on Anaconda cloud for CONDA users??? There are none at the moment. Thank you

enhancement

Hello Is it any way how to clean the folder in settings: "LOCATION": os.path.join(BASE_DIR, 'data/cache/file_resubmit') CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', }, "file_resubmit": { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', "LOCATION": os.path.join(BASE_DIR, 'data/cache/file_resubmit')...

This app is quite usefull Thanks mate, i used it in my project.

Hi It would be nice of you to add possibility to customize font size of the sidebar menue and tracks main window. I have 2.5K display and font is quite...

Hello Is it possible to use thumbnail_cleanup commant if i store by thimbnails on AWS s3 and if so then how? Thx

Please provide support for django 2.2.2 as i had to rollback to 2.1.9 to install django-admin-caching. Thanks

hi Could you please publish package on Anaconda cloud [anaconda.org](url) for conda users ? Thank you.

This is rather question than issue, anyway How to switch on http proxy? ``` HTTP Proxy | **Disabled** -- | -- SOCKS Proxy | Enabled BOB | Disabled SAM |...