Re: How reload django settings on run RestService

2022-10-31 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

How reload django settings on run RestService

2022-10-31 Thread Lakhvinder Singh
i try it https://github.com/sunscrapers/djoser/blob/master/djoser/conf.py user->settings.py use for settings load on global from copy import deepcopy from django.core.exceptions import ImproperlyConfigured from django.conf import settings default_settings = { 'SEND_ACTIVATION_EMAIL': False