Poll App tutorial question

2016-12-11 Thread Matthew Schroeder
In part 5 of the Django Poll App tutorial there was a "Vote Again" function, how do you access the next question.id, instead of the current one? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: Django ponycheckup check up results

2016-12-11 Thread Sandeep Patil
Thank you Matthew, appreciate your reply. On Friday, November 4, 2016 at 11:00:36 AM UTC-7, Matthew Pava wrote: > > I am just a regular user, but I don’t see how a Django setting could > possibly modify some such a setting on the web server. I would just learn > how to write that EB command

Re: Extends template and receive 'IsADirectoryError'

2016-12-11 Thread Antonis Christofides
Hi, could you show your settings.py? And maybe also the {% extends .. %} part of the template that causes the error. Regards, Antonis Christofides http://djangodeployment.com On 2016-12-09 01:24, David Pineda wrote: > Hello guys. > > I have a template inside app, and the base template in files/

Re: Where to store simple texts

2016-12-11 Thread Derek
And in the model, have a field in which you store the text - you can edit this field via something like TinyMCE (https://django-tinymce.readthedocs.io/en/latest/). If it is just a few, fixed pages; you can also use https://docs.djangoproject.com/en/1.10/ref/contrib/flatpages/ On Saturday, 10