NoReverseMatch at /registration/password/change/

2017-09-20 Thread NoviceSortOf
...When attempting to use our template/registration/password_change_form.html While Login, request password, logout and related functions are working without a problem. When using password change we get the following error "NoReverseMatch at /registration/password/change/" [SEE.: Full traceb

Re: cors headers in django

2017-09-20 Thread Александр Христюхин (roboslone)
Hi, take a look at this package: https://github.com/ottoyiu/django-cors-headers README is pretty thorough. > On 20 Sep 2017, at 12:51, Rakhee Menon wrote: > > Hello, > Please can anyone tell how to add CORS headers in Django and where should I

Re: NoReverseMatch at /registration/password/change/

2017-09-20 Thread m712
Did you add all auth URLs to your URLconf? Also, please upgrade to at least Django 1.8 or (preferably) 1.11 they receive support for security issues while Django 1.6 does not. On September 20, 2017 3:03:27 PM GMT+03:00, NoviceSortOf wrote: > >...When attempting to use our >template/registrati

Re: Channels architecture for chat application and subscriptions

2017-09-20 Thread Andrew Godwin
Yes, you can do as you suggest, but you're also right that it will be slow to send. Groups are more efficient in theory, but right now their send implementation is also a for loop (though it's a little bit tighter) so not sure how drastic the difference will be. Andrew On Sun, Sep 17, 2017 at 10:

The Django admin documentation generator / Commands

2017-09-20 Thread Juan Francisco Mosquera
Does anybody know how add documentation to django custom commands ? , All examples are about views,models , filters but not show commands. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: The Django admin documentation generator / Commands

2017-09-20 Thread Mike Dewhirst
On 21/09/2017 11:24 AM, Simon Charette wrote: Hello Juan, The admindocs contrib app doesn't expose management command documentation yet. You could submit a feature request to add it but the app hasn't received a lot of interest in past years I think "interest" is the wrong word. "enhancement

Re: cors headers in django

2017-09-20 Thread Rakhee Menon
> > Hey!!Thanks...But I tried adding those in settings.py yet there is no > effect... and i get this error at the front end > Please check the attached images. Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th