That sounds like the database backend doesn't support an operation that the project needs. If I recall from your earlier posts, you're using SQL Server which isn't officially supported. Perhaps you could work with the developers of that backend library to resolve the issue.
On Tue, Jul 1, 2014 at 5:40 AM, <[email protected]> wrote: > Hi, has anyone seen the following error when accessing the admin product > homepage? > Other pages like /admin/shop/product/add (add product) or > /admin/shop/product/1 (edit product) work fine. > > NotImplementedError at /admin/shop/product/ > > No exception message supplied > > Django Version: 1.6.5 Exception Type: NotImplementedError Exception > Location: > /myprojects/EnvProV/lib/python2.7/site-packages/django/db/backends/__init__.py > in datetime_extract_sql, line 767 Python Executable: > /myprojects/EnvProV/bin/python Python Version: 2.7.5 > > > Error during template rendering > > In template > /home/10019751/myprojects/EnvProVM3/lib/python2.7/site-packages/grappelli_safe/templates/admin/change_list.html, > error at line *140* > > > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
