douglasmiranda / django-admin-bootstrap

Responsive Theme for Django Admin With Sidebar Menu
MIT License
880 stars 235 forks source link

'str' object has no attribute 'field' #157

Closed lakishadavid closed 3 years ago

lakishadavid commented 3 years ago

When I go to admin in my browser, I get this error 'str' object has no attribute 'field'. I can't tell from this what's failing with the login.html. Whatever the cause, I no longer have access to login into admin.

lakishadavid commented 3 years ago

The issue is fixed when I removed some edits to my project urls.py file.