NoReverseMatch at /polls/1/

2015-10-04 Thread jahan
Hi Django group, I'm following the tutorial and get stuck on *part 3, Removing hardcoded URLs in templates* I read through the topics that discuss this, but can't find the issue in my case. my *detail.html* template looks like {{ question.question_text }} {% for choice in question.choice_se

Re: NoReverseMatch at /polls/1/

2015-10-04 Thread jahan
,)' and keyword arguments '{}' not found. 0 pattern(s) tried: [] 1 {{ question.question_text }} 2 3 {% for choice in question.choice_set.all %} 4 {{ choice.choice_text }} 5 {% endfor %} 6 7 On Sunday, October 4, 2015 at 9:04:48 PM UTC+2, James Schneider wrote: > > Can yo

Re: NoReverseMatch at /polls/1/

2015-10-04 Thread jahan
wrote: > > My guess it's that your polls/urls.py file is not being processed/included > properly since none of your URL patterns were even tried. > > What does your mysite/urls.py file look like? > > -James > On Oct 4, 2015 12:35 PM, "jahan" > wrote: >

Re: NoReverseMatch at /polls/1/

2015-10-05 Thread jahan
Hi James, That was it! thanks a bunch for pointing that out. cheers, Jack On Sunday, October 4, 2015 at 11:03:03 PM UTC+2, James Schneider wrote: > > > This is my mysite/url,py > > > > from django.contrib import admin > > > > urlpatterns = [ > > url(r'^admin/', include(admin.site.urls)), >

Django Live video streaming from ffserver

2016-05-26 Thread Jahan Balasubramaniam
projects using django framework. I m very much clueless and even wondering how to begin with this. If anyone with knowledge on how to accomplish this sort of stuff could provide some guidance would be helpful. Even just a hint or starting tip off would be of great help. Regards Jahan -- You

Re: Django Live video streaming from ffserver

2016-05-27 Thread Jahan Balasubramaniam
-django-x-accel-redirects/ Serving > protected upstream services > > > Am Donnerstag, 26. Mai 2016 13:44:02 UTC+2 schrieb Jahan Balasubramaniam: >> >> Hi >> >> I have setup a ffserver which provides live video stream in the local >> network over http. &g

Re: Django Live video streaming from ffserver

2016-05-27 Thread Jahan Balasubramaniam
Thanks. However dint try this because solution provided by Stefano was simple and easy to implement and dint affect the performance much. On Thursday, 26 May 2016 19:48:27 UTC+8, Javier Rivera wrote: > > You can try to use a proxy. Maybe not the most performance-wise idea in > the world, but it