Skip to content

RemovedInDjango110Warning warnings in Django==1.9.7 #9

@kirkdebaets

Description

@kirkdebaets

The following is generated when you attempt to migrate and the tutorial is non-operational:

/home/proto/sbenv/lib64/python3.4/site-packages/django/template/utils.py:37: RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)

/home/proto/superbook/src/superbook/urls.py:17: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^admin/', include(admin.site.urls)),

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