Hey guys, just a little confused about something python related. If i have multiple apps, and they all have a views.py file. How do I import them correctly in my urls.py file? I'm asking this because you get the following code: from mysite.app1 import views from mysite.app2 import views
well, when I try to say views.blah, it will give me an error. How do I go about doing this correctly? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

