Ice9 wrote:
> In my app1/urls.py I have something like:
>
> urlpatterns = patterns('probob.app1.views',
> (r'^$', 'index'),
> (r'^test/', 'XXX'),
> )
>
> where XXX I want to refer to 'probob.app2.views.foo'; however django is
> going to make it refer to 'probob.app.views.probob.a
thanx for the fast response
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMA
Hi,
> urlpatterns = patterns('probob.app1.views',
> (r'^$', 'index'),
> (r'^test/', 'XXX'),
> )
> where XXX I want to refer to 'probob.app2.views.foo'; however django is
> going to make it refer to 'probob.app.views.probob.app2.views.foo'. Is
> there a way to get around this?
Yes
Hello.
In my app1/urls.py I have something like:
urlpatterns = patterns('probob.app1.views',
(r'^$', 'index'),
(r'^test/', 'XXX'),
)
where XXX I want to refer to 'probob.app2.views.foo'; however django is
going to make it refer to 'probob.app.views.probob.app2.views.foo'. Is
th
4 matches
Mail list logo