Re: i just tried django with microsft visual studio

2015-12-09 Thread Dheerendra Rathor
Pass view in url as url(r'^$', app.views.home, name='home'), URL with string view has been deprecated. On Thu, 10 Dec 2015 at 03:31 Emmanuel Olodun wrote: > hello > i just tried django with visual studio, on performing migration i got this > error report can some please help out? dont know how t

i just tried django with microsft visual studio

2015-12-09 Thread Emmanuel Olodun
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\len