What's in your tango urls.py?
Cheers L. On 3 October 2014 08:32, ashley kenney <ashleykennedy...@gmail.com> wrote: > hello sweets!!! > > I'm trying to display about page under rango app in my tango project. I'm > getting error below when I go to http://127.0.0.1:8000/rango/about. Not > sure what is wrong with (r'^about/', 'rango.views.about'),,. help. > > Not Found > The requested URL /rango/about was not found on this server. > > > > My rango/urls.py > > from django.conf.urls import patterns, url > from rango import views > > urlpatterns = patterns('', > url(r'^$', views.index, name='index'), > (r'^about/', 'rango.views.about'), > > > ) > > > My structure and following this exercise 3.7 at > http://www.tangowithdjango.com/book/chapters/setup.html#mapping-urls > > tango >>>rango >>>>migration >>>>>_init_.py >>>>>admin.py >>>>>models.py >>>>>tests.py >>>>>urls.py >>>>>views.py >>>tango >>>>>_init_.py >>>>>settings.py >>>>>urls.py >>>>>views.py >>>>>wsgi.py > > > -- > 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 http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/cd26ba42-56b6-4f31-92a2-ea6d6d6ebcd4%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You have to be really clever to come up with a genuinely dangerous thought. I am disheartened that people can be clever enough to do that and not clever enough to do the obvious thing and KEEP THEIR IDIOT MOUTHS SHUT about it, because it is much more important to sound intelligent when talking to your friends. This post was STUPID. ----------------------------------------------------------------------------------------------------------- The Most Terrifying Thought Experiment of All Time http://www.slate.com/articles/technology/bitwise/2014/07/roko_s_basilisk_the_most_terrifying_thought_experiment_of_all_time.html -- 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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGBeqiPB_DhLvR39CR27NPtJ16xinhjALSU9SCi5%3DT93tfNxtQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.