Yeah, that's what I also thought... I will update the recommended changes... Thanks Lee.
On Sat, Nov 30, 2013 at 11:09 PM, Lee <[email protected]> wrote: > Presumably you are talking about the left menu being broken and the 'Find > a category' not working? > > For the first, looks like you are missing a closing div for the top nav > bar. Regarding the Find a category not working, I had the same issue and > there was a problem in the tutorial with an extra tab that should not have > been there. If I recall, the issue was in the suggest_category view and it > relates to the following line: > > cat_list = get_category_list(8, starts_with) > > > That line should not be tabbed as shown in the tutorial as the tab causes > it to become part of the above else and so cat_list is not populates as > expected. Have a look at the final code from the reference site: > > > https://github.com/leifos/tango_with_django/blob/master/tango_with_django_project/rango/views.py > > > On Saturday, 30 November 2013 12:31:13 UTC, Amimo Benja wrote: >> >> Hello, >> >> I finished the Tango with Rango Tutorials and published the app at >> amimobenja.pythonanywhere.com/rango/ however it is not working as >> expected. >> >> Check out the site and review the whole whole code at https://github.com/ >> amimobenja/tango_with_django and recommend any necessary changes. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-users/qfC7vgTY4jg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > 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/69476e68-6cd3-4c75-87ed-497f398bca10%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CA%2B5znFEzerL521LKMzs-K_%2Btm13J-jRz4ajk3KaU-PZD7xnf6Q%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

