Jelena K.
Jelena K.
Hello Juanpex! What do You think about integration of pagination in this project? I had some thoughts about this. Maybe this will be nice feature, because if we have a...
`python manage.py migrate` fails on migrating webmachine application. Output: ``` File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 79, in execute return super(CursorDebugWrapper, self).execute(sql, params) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) File...