I was using dictionary comprehension in my Django app (tried in django shell as well) but is giving a syntax error. Here is a sample code.
>>> first_dic
Dictionary comprehensions are only in Python versions 2.7+, and it seems you are running Django under an earlier version.