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 view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/bW_4NPBNTJ8J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to