Skip to content

ROOT_URLCONF #3

@bcjarrett

Description

@bcjarrett

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions