Re: Keyring with Django

2019-10-15 Thread Tumbelo
", "user") > return HttpResponse(pword) > > except Exception as e: > return HttpResponse(e) > > > Then I asked Django to run built-in development server by typing: sudo > python manage.py runserver > > Finally I browsed to correct l

Re: Keyring with Django

2019-10-15 Thread Mohammad yunus
return HttpResponse(pword) > > except Exception as e: > return HttpResponse(e) > > > Then I asked Django to run built-in development server by typing: sudo > python manage.py runserver > > Finally I browsed to correct localhost url. Result: browser was showing

Re: Keyring with Django

2019-10-15 Thread Tumbelo
nse(e) > > > Then I asked Django to run built-in development server by typing: sudo > python manage.py runserver > > Finally I browsed to correct localhost url. Result: browser was showing > dialog requesting me to create (on first try) and then open (on next tries > after I

Re: Keyring with Django

2019-10-12 Thread Mike Dewhirst
ing dialog requesting me to create (on first try) and then open (on next tries after I have created it) kdewallet. Is it possible to use Keyring from Django without need for user interaction (= without those dialogs)? in the other words: how to configure Keyring to be used with Django?

Keyring with Django

2019-10-12 Thread Tumbelo
to correct localhost url. Result: browser was showing dialog requesting me to create (on first try) and then open (on next tries after I have created it) kdewallet. Is it possible to use Keyring from Django without need for user interaction (= without those dialogs)? in the other words: h