Re: New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Nikhil Beniwal
The Problem is in your line 21. admin.site.urls should be wrapped inside include like :- url(r'^admin/', include(admin.site.urls)), On Tuesday, April 26, 2016 at 1:03:09 PM UTC+5:30, Cronos Cto wrote: > > > Hello Django Lovers. > > So I started on Django as project of mine. Seems like a great f

Re: New to Django (stuck at the end of the tutorial)

2016-04-27 Thread Nikhil Beniwal
You can define it like :- url(r'^$', 'apps_name.views.home', name='home'), On Wednesday, April 27, 2016 at 6:28:38 AM UTC+5:30, Cronos Cto wrote: > > Could you give me an example or so Vijay Khemali? > -- You received this message because you are subscribed to the Google Groups "Django users"