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 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/69476e68-6cd3-4c75-87ed-497f398bca10%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

