cdevacc1

Results 4 comments of cdevacc1

> Put this in your settings.json within .vscode: > > ` "emmet.includeLanguages": { "django-html": "html" }` Not work for me on lastest vscode version. Any solution?

Same problem here

It does not work. I use [this extension](https://github.com/almahdi404/code-django) instead

This command without password work. Can someone please explain why? ``` >>> import redis >>> redis.sentinel.Sentinel([('sentinel.redis', 5000)]).discover_master('mymaster') ('redis-0.redis.redis.svc.cluster.local', 6379) ``` My /etc/redis/redis.conf ``` masterauth "password" requirepass "password" ``` My /etc/redis/sentinel.conf...