Re: from .views import * VS from views import *

2008-07-10 Thread Antoine De Groote
Hey, ok that's a good answer. I'll just go on until I really need to worry about these small things. That's probably the best way. Thanks a lot! Regards, antoine On 10 juil, 08:56, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2008-07-09 at 23:11 -0700,

Re: from .views import * VS from views import *

2008-07-09 Thread Antoine De Groote
:31 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2008-07-09 at 13:56 -0700, Antoine De Groote wrote: > > Hello, > > > this is my first post on this group. I just started using Django > > yesterday, reading throuhg the online Django Book > > (www.django

from .views import * VS from views import *

2008-07-09 Thread Antoine De Groote
Hello, this is my first post on this group. I just started using Django yesterday, reading throuhg the online Django Book (www.djangobook.com). In chapter 3, for the URLconf, the authors put: from django.conf.urls.defaults import * from mysite.views import current_datetime urlpatterns = patter