Re: Removing TEMPLATE_FILE_EXTENSION

2006-04-14 Thread Seth Falcon
Eugene Lazutkin <[EMAIL PROTECTED]> writes: > Nebojsa Djordjevic wrote: >>> >>> Any huge objections? >> >> No, +1 from me. >> >> Maybe this can be made optional somehow. > > Me too. :-) I like it but I want it to be optional with "*.html" as > default. On the original proposal: +1, It makes thi

Re: startapp creating urls.py?

2006-04-09 Thread Seth Falcon
"James Bennett" <[EMAIL PROTECTED]> writes: > How would people feel about changing that so that 'manage.py startapp' > creates a urls.py in the app directory, I think that's a nice idea, especially since a per app urls.py seems to be recommended. +1 > and maybe generates the appropriate includ

Re: exception error running syncdb

2006-04-08 Thread Seth Falcon
"bradford" <[EMAIL PROTECTED]> writes: > Go an error running the following: > > $ python manage.py syncdb [snip] > Exception exceptions.AttributeError: "'NoneType' object has no > attribute 'print_exc'" in > ignored This is related to this recent thread on this list: http://tinyurl.com/gdzq3 I

Re: Connections not being closed in m-r

2006-04-06 Thread Seth Falcon
"Istvan Albert" <[EMAIL PROTECTED]> writes: >> I don't understand how the traceback module ends up being None > >> Adding a check for None will make the warning message go away > > fixing up code to make a mysterious error message go away is vey very > suboptimal (ok ... so I've done I it myself a

Re: Connections not being closed in m-r

2006-04-05 Thread Seth Falcon
Nebojsa Djordjevic <[EMAIL PROTECTED]> writes: > Luke Plant wrote: >> On Wednesday 05 April 2006 00:31, Adrian Holovaty wrote: >> >>> If that fixes the problem, go ahead and commit it -- it doesn't >>> seem like the type of change that would cause problems. Thanks for >>> catching this! >> OK,

Re: Patches to tutorial for magic-removed branch

2006-04-03 Thread Seth Falcon
"Russell Keith-Magee" <[EMAIL PROTECTED]> writes: > Sure would! Attach them to ticket #1464. Done, thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Patches to tutorial for magic-removed branch

2006-04-03 Thread Seth Falcon
Hi, I'm just getting started with django and worked through the tutorial using the magic-removed branch. I made some fixes based on info found on the wiki to make the tutorial work. Wondering if someone would like the diffs. + seth --~--~-~--~~~---~--~~ You rec