For your other error, are you are using passing the literal string Home,
then enclose it in quotes.


On Mon, Dec 11, 2017 at 8:03 PM, Dylan Reinhold <dreinh...@gmail.com> wrote:

> It does not look like you have created an app yet in your project.
>
> You should create one say web [ manage.py startapp web ]
> Then move that views.py and the templates folder into that app folder web/
>
> Then in your urls.py change the
> from .views import index
> to
> from web.views import index.
>
> In your settings you will need to add wed to your INSTALLED_APPS.
>
> Dylan
>
> On Mon, Dec 11, 2017 at 4:25 PM, Rabin BK <aarsis...@gmail.com> wrote:
>
>>
>> <https://lh3.googleusercontent.com/-MtmvjB8rZXQ/Wi8hwKk2jaI/AAAAAAAAAqs/DvhdTJsOYMQ1p71DsSjStxlSE_rMVdPvgCLcBGAs/s1600/Selection_001.bmp>
>>
>>
>> <https://lh3.googleusercontent.com/-nj2l6o2YyS0/Wi8hk7r3K4I/AAAAAAAAAqo/v2ZvUrSkoUs-ulcsoA2rFZY_CeKlbRUnwCLcBGAs/s1600/Selection_003.bmp>
>> Please help me with this. I have been trying for weeks, but have not
>> found a solution. I have highlighted the errors there.
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/4fde6e60-fac3-46d1-a426-f0e972c41097%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/4fde6e60-fac3-46d1-a426-f0e972c41097%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHtg44DGajsJ4bg-7hSzK5uR%3D_LtVCaxw0PitNT8_BFfrDGm1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to