i just tried django with microsft visual studio

48 views
Skip to first unread message

Emmanuel Olodun

unread,
Dec 9, 2015, 5:01:11 PM12/9/15
to Django users
hello
i just tried django with visual studio, on performing migration i got this error report can some please help out? dont know how to get around it..

"c:\users\lenovo\documents\visual studio 2015\Projects\databasefun\databasefun>py
thon manage.py makemigrations --name initia app
c:\users\lenovo\documents\visual studio 2015\Projects\databasefun\databasefun\da
tabasefun\urls.py:16: RemovedInDjango110Warning: Support for string view argumen
ts to url() is deprecated and will be removed in Django 1.10 (got app.views.home
). Pass the callable instead.
  url(r'^$', 'app.views.home', name='home'),"

Dheerendra Rathor

unread,
Dec 9, 2015, 10:59:44 PM12/9/15
to Django users
Pass view in url as url(r'^$', app.views.home, name='home'), URL with string view has been deprecated. 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/01c6b1bc-d1fa-4f9b-9542-d96414b8affb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages