Fwd: channnels -- communication with redis

2019-01-16 Thread Yuval Bachrach
mething redis/docker specific. The error show the TCP connection (which you can test with telnet if you have it install) not be made between python and the redis deamon the most likely reason for that is a local firewall or a more complex environment. -- Roger Gammans Gamma Science On Tue, 20

Issue with sharing messages in this forum

2019-01-16 Thread Yuval Bachrach
I I have submitted a question and got a response that included some questions. I have tried to answer it (a reply with gmail to " django-users@googlegroups.com": I have the message at sent item but it does not show up at the forum. I thought there might be an automated filter that I managed to hit

Re: channnels -- communication with redis

2019-01-16 Thread Yuval Bachrach
Also it might be > sensible to ensure the connection is being block by a local firewall if you > have one. > > It looks network/local environment related rather than something > redis/docker specific. The error show the TCP connection (which you can > test with telnet if you have it in

Re: channnels -- communication with redis

2019-01-15 Thread Yuval Bachrach
her than something > redis/docker specific. The error show the TCP connection (which you can > test with telnet if you have it install) not be made between python and the > redis deamon the most likely reason for that is a local firewall or a more > complex environment. > > > --

Re: channnels -- communication with redis

2019-01-15 Thread Yuval Bachrach
> > > Do you use docker-compose to run the stack ? If yes, could you provide the > YAML descriptor of the stack ? > > > Best > > > Eric > > > -- > *From:* django-users@googlegroups.com on > behalf of Yuval Bachrach

channnels -- communication with redis

2019-01-15 Thread Yuval Bachrach
I fail to have django channels communication with redis running at docker container: I am running the channels tutorial and I get an error when just following the tutorial instructions. I am quite new with Django (designed a simple site) and have no knowledge on redis nor docker I am trying to

Re: Installing and using django registration – backends

2019-01-09 Thread Yuval Bachrach
find_and_load_unlocked ModuleNotFoundError: No module named 'django_registration.backends' [image: django registration backends.jpg] There were suggestions at web to install django_registration using --user flag of pip install: Tried that: It does not help On Wed, Jan 2, 201

Re: Installing and using django registration – backends

2019-01-04 Thread Yuval Bachrach
7:02 PM 6852 validators.py -a 1/3/2019 7:02 PM 3638 views.py -a 1/3/2019 7:02 PM 0 __init__.py - There were suggestions at web to install django_registration using --user flag of pip install: Tried that: It does not help On Th

Re: Installing and using django registration – backends

2019-01-03 Thread Yuval Bachrach
t; https://media.readthedocs.org/pdf/django-registration/latest/django-registration.pdf > > On Thu, Jan 3, 2019 at 12:33 AM Yuval Bachrach > wrote: > >> Installing and using django registration – backends >> >> The package is installed (pip) and migration is clean. Next steps

Installing and using django registration – backends

2019-01-02 Thread Yuval Bachrach
Installing and using django registration – backends The package is installed (pip) and migration is clean. Next steps at the documents: Adding to urls at urlpatterns but I get error messages (details below). So I am stacked at the very beginning. As a Django beginner, I would be happy to get s

Re: template location for django-registration framework

2018-12-31 Thread Yuval Bachrach
pty __init__.py anyway...) So what should I do to resolve the *ModuleNotFoundError: No module named 'django_registration.backends' *error? On Sun, Dec 30, 2018 at 7:41 PM Yuval Bachrach wrote: > First: thank you! > Yes I did search before asking > I was trying to place the templates

Re: template location for django-registration framework

2018-12-30 Thread Yuval Bachrach
unts-login-django-auth-setup > > You can either create your own pages or copy the whole templates under the > django admin site > -- site-packages/django/contrib/admin/templates/registration/ > > On Saturday, December 29, 2018 at 10:22:11 AM UTC-5, Yuval Bachrach wrote: >> >

template location for django-registration framework

2018-12-29 Thread Yuval Bachrach
I have installed "django-registration:" and now follow " https://django-registration.readthedocs.io/en/3.0/quickstart.html"; I have set URLs as explained (see below) but failed to tell django where to find the templates. What do I need to do to have django find the templates? More details: htt