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

RemovedInDjango110Warning #12

Closed
girijasameera opened this issue Jan 14, 2016 · 5 comments
Closed

RemovedInDjango110Warning #12

girijasameera opened this issue Jan 14, 2016 · 5 comments

Comments

@girijasameera
Copy link

I have been following the tutorial at http://django-excel.readthedocs.org/en/latest/
After,
python manage.py migrate
python manage.py runserver

I get the following warnings

C:\Python27\lib\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)

C:\Users\Lenovo\django-excel\polls\urls.py:13: 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'^export/(.*)', views.export_data, name="export")

C:\Users\Lenovo\django-excel\mysite\urls.py:10: 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'^polls/', include('polls.urls'))

Please help. Thank you.

@chfw
Copy link
Member

chfw commented Jan 14, 2016

Looking at it. For future reference, could I also advise next issue related to django-excel to be raised in django-excel project? This is related to pyexcel-io only.

@girijasameera
Copy link
Author

Ok will do.Thanks.

@chfw
Copy link
Member

chfw commented Jan 15, 2016

Django 1.10 is not released in pypy yet. Where to get it?

@girijasameera
Copy link
Author

No idea.but it says Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^polls/', include('polls.urls'))

I wasn't sure what that means. Doing that will stop giving the warning.

@chfw
Copy link
Member

chfw commented Jun 2, 2016

transferring this issue to django-excel

@chfw chfw closed this as completed Jun 2, 2016
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