I am trying to learning django by working my way through The Definitive
Guide to django (vers 1.1). I am running django 1.1.1 on Ubuntu 10.04.
I get the following error when trying to import urls:
>>> import urls
Traceback (most recent call last):
File "", line 1, in
File "/home/jfb/MyProg
ontact and still get the error.
Regards, Jim
On 09/12/2011 12:10 PM, "Jim Byrnes" wrote:
I am trying to learning django by working my way through The Definitive
Guide to django (vers 1.1). I am running django 1.1.1 on Ubuntu 10.04.
I get the following error when trying to import
On 12/09/2011 03:06 AM, Reinout van Rees wrote:
On 09-12-11 01:28, Jim Byrnes wrote:
from django.conf.urls.defaults import *
from mysite import views
from mysite.views import hello, current_datetime, hours_ahead,
display_meta
from django.contrib import admin
from mysite.contact import views
3 matches
Mail list logo