asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

LOGIN_REQUIRED_FOR_CRUD not honored for registered cruds page #59

Closed jorgehatccrma closed 6 years ago

jorgehatccrma commented 6 years ago

When setting LOGIN_REQUIRED_FOR_CRUD = True in settings.py, the models' cruds are correctly blocked when not logged in, but it is still possible to see the list of registered cruds at the myapp.com/crud/ url. Is there a config flag to make this view also hidden when not logged in?

asifpy commented 6 years ago

Resolved here: https://github.com/asifpy/django-crudbuilder/commit/19906014223cc55106891352a9aae4aea2315b73