I'm using PyJade in Django and i have a problem with association of arrays with item.
In Django Template:
{% get_providers as socialaccount_providers %}
How can i make this using Jade?
I'm using PyJade in Django and i have a problem with association of arrays with item.
In Django Template:
{% get_providers as socialaccount_providers %}
How can i make this using Jade?
In pyjade you can do :
I do not know if you have your Django setup for using pyjade? If not, you need to do so.