Tuesday, April 26, 2016

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

You have defined no view to handle the root url. You only have two routes: ^/sistema and ^/admin.
Besides, you should wrap admin.site.url in an include().

Il giorno martedì 26 aprile 2016 09:33:09 UTC+2, Cronos Cto ha scritto:


Hello Django Lovers.

So I started on Django as project of mine. Seems like a great first framework to start on. At the moment I am stuck at this:


This was after what I encountered at the end of the Django oficial post app tutorial.

I tried several ways to solve it. The problem seems to lay in the url.py file, but I can not seem to solve it.


Thank you to anyone that can help me solve it.

--
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+unsubscribe@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/488bd059-66a7-4151-accf-7c34a707cf55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment