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

ROOT_URLCONF #3

Open
bcjarrett opened this issue Mar 13, 2017 · 1 comment
Open

ROOT_URLCONF #3

bcjarrett opened this issue Mar 13, 2017 · 1 comment

Comments

@bcjarrett
Copy link

I had to add

from django.conf.urls import url
urlpatterns = [
    url(r'^$', lambda x: x)
]
ROOT_URLCONF = 'settings'

to my settings file to get my project to work (django 1.9). The lambda function is just a dummy function to fill the view paramater

@ross-spencer
Copy link

I can confirm I needed to do this as well.

The workaround works in 1.9.

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