Skip to content

Instantly share code, notes, and snippets.

@inlanger
Created December 12, 2013 09:49
Show Gist options
  • Save inlanger/7925571 to your computer and use it in GitHub Desktop.
Save inlanger/7925571 to your computer and use it in GitHub Desktop.
Create list and get random number in Django template
{{ rand|add:"12345"|make_list|random }}
@Pavel1114
Copy link

It doesn't work with conditions
{{ 12345|make_list|random }} == '1' work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment