Re: [OT] Vim (was "Poll tutorial question")

2007-04-20 Thread Brett Parker
On Thu, Apr 19, 2007 at 06:23:45PM -0400, Jay Parlar wrote: > > On 4/19/07, Tim Chase <[EMAIL PROTECTED]> wrote: > > > > >> Well, whitespaces in Python are pretty difficult to keep in > > >> line, if you are used to other languages. I personally use > > >> Tabs for intending and VIM editor and

Re: [OT] Vim (was "Poll tutorial question")

2007-04-19 Thread Jay Parlar
On 4/19/07, Tim Chase <[EMAIL PROTECTED]> wrote: > > >> Well, whitespaces in Python are pretty difficult to keep in > >> line, if you are used to other languages. I personally use > >> Tabs for intending and VIM editor and have it to make Tabs > >> visible like dark blue |--, > > > > Hey, do

Re: [OT] Vim (was "Poll tutorial question")

2007-04-19 Thread Tim Chase
>> Well, whitespaces in Python are pretty difficult to keep in >> line, if you are used to other languages. I personally use >> Tabs for intending and VIM editor and have it to make Tabs >> visible like dark blue |--, > > Hey, do you mind sharing your .vimrc for that, probably best > on

Re: Poll tutorial question

2007-04-19 Thread Michael K
On Mar 29, 9:03 am, Gilhad <[EMAIL PROTECTED]> wrote: > On Wednesday 28 March 2007 11:50, wheresdave wrote: > > > got it fixed. Whitespace was showing up before pass. found the setting > > in scite to show whitespace. > > Well, whitespaces in Python are pretty difficult to keep in line, if you

Re: Poll tutorial question

2007-04-19 Thread Oliver Rühl
Thanks. This also fixed it for me. Guess what: I'm new to Python :-) On 29 Mrz., 15:03, Gilhad <[EMAIL PROTECTED]> wrote: > On Wednesday 28 March 2007 11:50, wheresdave wrote: > > > got it fixed. Whitespace was showing up before pass. found the setting > > in scite to show whitespace. > > Well,

Re: Poll tutorial question

2007-03-29 Thread Gilhad
On Wednesday 28 March 2007 11:50, wheresdave wrote: > got it fixed. Whitespace was showing up before pass. found the setting > in scite to show whitespace. Well, whitespaces in Python are pretty difficult to keep in line, if you are used to other languages. I personally use Tabs for intending

Re: Poll tutorial question

2007-03-28 Thread wheresdave
got it fixed. Whitespace was showing up before pass. found the setting in scite to show whitespace. On Mar 28, 2:47 am, "wheresdave" <[EMAIL PROTECTED]> wrote: > Thank you for the prompt reply, unfortunately that is not the case. > Sorry for the not checking spacing before I posted. the class

Re: Poll tutorial question

2007-03-28 Thread wheresdave
Thank you for the prompt reply, unfortunately that is not the case. Sorry for the not checking spacing before I posted. the class does line up with question in my editor (scite). For something that is supposed to be so easy to learn, this basic tutorial sure is frusterating. On Mar 28, 2:32 am,

Re: Poll tutorial question

2007-03-28 Thread Gilhad
On Wednesday 28 March 2007 10:47, wheresdave wrote: > On the second page where you add the polls to the admin section. > Already added in the polls and the settings.py file, and logged into > admin, so admin does work. > > When i added admin into the models.py file per tutorial it does not > show

Poll tutorial question

2007-03-28 Thread wheresdave
On the second page where you add the polls to the admin section. Already added in the polls and the settings.py file, and logged into admin, so admin does work. When i added admin into the models.py file per tutorial it does not show up on the admin screen. tried logging in an out, clear cache