Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UrlconfIncludePage doesn't support url namespaces #292

Open
gavinwahl opened this issue Dec 19, 2014 · 1 comment
Open

UrlconfIncludePage doesn't support url namespaces #292

gavinwahl opened this issue Dec 19, 2014 · 1 comment

Comments

@gavinwahl
Copy link
Member

If you have urls like

    url(r'^blog/', include('vlog.urls', 'blog'))

You can't use urlconf_include to include them in the 'blog' namespace.

@rockymeza
Copy link
Contributor

What would that look like?

URLCONF_INCLUDE_CHOICES = (
    ('demo.demo_url.urls', 'Demo url'),
    ('vlog.urls', 'blog', 'blog'),
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants