I am making a DMS(Document Management System). So, I need to upload various files. I followed the process as provided in this link.
But unfortunately i am getting an error
Exception Type:DatabaseError
Exception Value: no such table: login_document
It shows that there is an error in template :-
Error during template rendering
In template E:\java\prafuldms\templates\login\list.html, error at line 9
The line 9 is
{% if documents %} ///in list.html
What could possibly go wrong? Any suggestions.