oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 83 forks source link

how to integrate in local system face some issues , give proper instruction for install #94

Closed karthiRam96 closed 5 years ago

karthiRam96 commented 5 years ago

Creating test database for alias 'default'... System check identified no issues (0 silenced). ..E

ERROR: test_add_crud_template (tests.test_views.CRUDMixinTest)

Traceback (most recent call last): File "D:\webapps\cgassess\tests\test_views.py", line 20, in test_add_crud_template view = crud_views.CRUDListView.as_view(model=Author)(request) AttributeError: module 'cruds_adminlte.views' has no attribute 'CRUDListView'


Ran 3 tests in 0.203s

FAILED (errors=1) Destroying test database for alias 'default'...

oscarmlage commented 5 years ago

Thanks for the issue @karthiRam96, could you please add some more information to the ticket to be able to reproduce the error and look for a fix? (thanks in advance).

telenieko commented 5 years ago

This looks very much like the error I found when committing [6c61ec8], so if #104 gets merged this will be fixed. Otherwise that commit can be cherry-picked.

telenieko commented 5 years ago

This should be fixed via #104. Lacking any followup from te original reporter I am closing this issue.