Re: How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread Srinivasulu Reddy
n: > > https://docs.djangoproject.com/en/1.10/intro/ > > Additionally, there is documentation on how to contribute to Django, which > is useful to read: > > https://docs.djangoproject.com/en/1.10/internals/contributing/ > > > On Sun, Oct 30, 2016 at 4:20 AM, Srinivasulu Reddy <s

Re: How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread Srinivasulu Reddy
On Sunday, October 30, 2016 at 4:50:18 PM UTC+5:30, Srinivasulu Reddy wrote: > > Hi Guys, > > How will i contribute to the django project( > https://github.com/django/django) ? I'm trying to install the django > project local laptop. I'm unable to run the project. I changed t

How will I Run the Django Project (https://github.com/django/django) in my laptop ?

2016-10-30 Thread Srinivasulu Reddy
Hi Guys, How will i contribute to the django project(https://github.com/django/django) ? I'm trying to install the django project local laptop. I'm unable to run the project. I changed the project name `{{ project_name }}.settings` in django/conf/project_template/project_name/ and run the

Tango with Django - Populated Script

2014-06-04 Thread Srinivasulu Reddy
Hello Folks, I am learning tangowithdjango book . In chapter 5 while dealing the Populated Script i am getting this error . Please any one can help me on this (mysite)seenu@acer:~/django_projects/seenu/tango_django$ python populate_rango.py Starting Rango population script...

Re: Django

2014-04-26 Thread Srinivasulu Reddy
hould be: > > def results(request, poll_id): > poll = get_object_or_404(Poll, pk=poll_id) > return render(request, 'poll/results.html', {'poll':poll}) > > Hope it helps. > > On Saturday, 19 April 2014 07:07:38 UTC+1, Srinivasulu Reddy wrote: >> >> >>

Re: Django

2014-04-24 Thread Srinivasulu Reddy
On Wednesday, April 23, 2014 2:57:45 PM UTC+5:30, Srinivasulu Reddy wrote: > > Hi Folksl , > > > In dealing with poll app tutorial 4 i am getting an error, posting > it down. Help me to find a way to solve the problem in dealing with > results.html and results

Re: Django

2014-04-23 Thread Srinivasulu Reddy
Hi Daniel , you asked me copy and paste the error i got. In dealing of poll app part 4 help me to find a way to solve the problem in dealing with results.html and results view . Before changing results view it's working good. After changing result view and after creating in

Re: Django

2014-04-19 Thread Srinivasulu Reddy
' , it contain different fields and modules , functions like RequestContext ,loader . How do i learn these in useful way . On Saturday, April 19, 2014 11:37:38 AM UTC+5:30, Srinivasulu Reddy wrote: > > > Hello folks, > I am new to python/django . i am earning myself i wan

Django

2014-04-19 Thread Srinivasulu Reddy
Hello folks, I am new to python/django . i am earning myself i want to know effective way of learning python / django . i am following django book for django . Light bird apps also. So please anyone can help me to find the good way learn the python / django . I love to learn