tango_with_django_19
tango_with_django_19 copied to clipboard
A beginners guide to web programming with Python / Django 1.9
When I finished 10.5 section and run the server, my Firefox didn't show the number of times of visits on the screen. It just displayed ` visits: `. In other...
Since Microsoft stoped supporting DataMarket (Dec 31st, 2016) and moved to Cognitive Services, the Bing Search in the project not working anymore. I've found the solution [here](https://github.com/tristantao/py-ms-cognitive). But my bing_search.py...
Hi, how fix it? Expected 'collections.Iterable', got 'Union[List[Dict[str, Union[str, int]]], int]' instead less... This inspection detects type errors in function call expressions. Due to dynamic dispatch and duck typing, this...
The test script provided at the end of chapter 5 is failing [0], this makes it work again :) Best, M [0] see also https://github.com/leifos/tango_with_django_19/issues/50)
In section 3.2 on page 16, it lists this to start the first project: $ django-admin.py startproject tango_with_django_project I had to do this (remove the .py extension): $ django-admin startproject...