Hi donarb,
Thx a lot. I got the same problem and it's fixed now.

On Tuesday, December 25, 2012 10:16:23 AM UTC-8, donarb wrote:
>
> On Tuesday, December 25, 2012 4:29:22 AM UTC-8, djangobie wrote:
>>
>> I appreciate your response.
>> The __init__.py is there in the app folder (yes, I created the app via 
>> manage.py).
>> It ran perfectly on initial attempts, but with new code added, I got 
>> stuck. My so far conclusion (though, not helping at all) is may be I have 
>> set some kind 'circular loop' here, while loading (importing) modules, 
>> that's why I have pasted all the code from almost all the files.
>>
>> In your urls.py, remove the 'djangopractice' from the view paths. Most 
> likely, the tutorial was written using 1.3. so for the first path, it 
> should be:
>
> url(r'^$', 'blog.views.index'),
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to