akashgiricse / lets-quiz

A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
http://letsquiz.pythonanywhere.com/
MIT License
243 stars 129 forks source link

SyntaxError: Generator expression must be parenthesized #2

Open Parnidadu opened 4 years ago

Parnidadu commented 4 years ago

File "/Users/*****/opt/anaconda3/lib/python3.7/site-packages/django/contrib/admin/widgets.py", line 152 '%s=%s' % (k, v) for k, v in params.items(), ^ SyntaxError: Generator expression must be parenthesized

ZeroCoolHacker commented 4 years ago

You need to update django https://stackoverflow.com/questions/51265858/syntaxerror-generator-expression-must-be-parenthesized/51266000