13👍
Finally, I could find the solution. I was using an old version of
psycopg2
. So, I removed previously installed version with pip uninstall psycopg2
and reinstalled it as pip install psycopg2
- Inlineformset_factory create new objects and edit objects after created
- Learning the Django framework
- How to create a django ViewFlow process programmatically
- If I send a python 'Signal' object from a function, what should the "sender" argument be?
- Does Django have a Windows 7 Installer? I couldn't find one and theres little mention of Windows
Source:stackexchange.com