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'),"