python newbie easyInstall not so easy

2009-02-27 Thread kallep
Or it might be if i could find some instructions. Google give me hits like this one http://peak.telecommunity.com/DevCenter/EasyInstall where everything is explained except how to use easy_install. What I'm try to do is install pytz and this is the install instructions Installation

Re: Writing your first Django app

2008-12-29 Thread kallep
of the url pattern the function detail will be called > [(r'^polls/(?P\d+)/$', 'mysite.polls.views.detail')] , besides > this function will recive an argument by URL in order to work, if you > please be more expecific if i could not resolve your problem > > >

Re: Writing your first Django app

2008-12-29 Thread kallep
#x27;m building here! On Dec 29, 10:02 pm, Abdel Bolanos Martinez wrote: > what you have just done until now ??? > > On Mon, 2008-12-29 at 05:52 -0800, kallep wrote: > > This is my first question here. I find it extremely difficult to > > follow the "Writing your first Djang

Re: Writing your first Django app

2008-12-29 Thread kallep
#x27;m building here! On Dec 29, 10:02 pm, Abdel Bolanos Martinez wrote: > what you have just done until now ??? > > On Mon, 2008-12-29 at 05:52 -0800, kallep wrote: > > This is my first question here. I find it extremely difficult to > > follow the "Writing your first Djang

Writing your first Django app

2008-12-29 Thread kallep
This is my first question here. I find it extremely difficult to follow the "Writing your first Django app tutorial". I'm now stocked on the third part. Is it possible to see the finished source code somewhere? The main difficulty is to understand what code are supposed to go where. --~--~--