hi...am very new to django and am having some problem with my code...

say i've two modules...mod1 n mod2...n views in both modules have
certain generic functions which i need to import from each other...as
in

(in views.py of mod1)

from mod2.views import xyz

(and in views.py of mod2)

from mod1.views import abc

and this ofcourse is throwing an import error saying cannot import
name xyz...how do i get this working? thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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