django-cms-tutorial icon indicating copy to clipboard operation
django-cms-tutorial copied to clipboard

django CMS Tutorial

Results 4 django-cms-tutorial issues
Sort by recently updated
recently updated
newest added

Latest django-polls from pip uses the 'polls' namespace to display the poll app. From polls/templates/index.html: ``` html {{ poll.question }} ``` Unless you set the 'app_name' to 'polls', the example...

front-end solution for 'label' of each poll. Now, when you use multiple polls, the label works for their input.

I think it's more logical to use a namespace, otherwise I had some trouble to make it all work...