* 'Mysite.urls"
2016-02-09 23:54 GMT-03:00 Thiago Reis :
> I believe it is because your (MySite) is in upper case.
>
> ROOT_URLCONF = 'mysite.urls'
>
> must be:
>
> ROOT_URLCONF = 'MySite.urls'
>
>
> 2016-02-09 23:47 GMT-03:00 Bipul Ra
I believe it is because your (MySite) is in upper case.
ROOT_URLCONF = 'mysite.urls'
must be:
ROOT_URLCONF = 'MySite.urls'
2016-02-09 23:47 GMT-03:00 Bipul Raj :
> I remember doing the django tutorial long time back, it just works.
>
> The import error means that file polls/urls.py is not the
2 matches
Mail list logo