-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completely broken on Django 1.9.5 #48
Comments
Hi Peter, try put these lines in your url.py: |
@pntmatheus Thanks for the additional hint. I had tried that suggestion as well as it was outlined on: I couldn't get it to work with what you suggested either. |
If you can, share the source files... |
Hi, urls.py:
settings.py:
If I run django with this (without adminplus installed) it reports the same 'no permission' error. Can anybody confirm this. It seams there is a problem in Django. |
Hi @bradojevic, Seems your problem is foldrs' permissions. |
Consolidating all of these into #42 |
FYI, I followed the installation instructions including the information in #42 on Django 1.9.5 and either it's missing all the core modules, says I have no permissions to do anything in the admin despite being a superuser, or cannot find
admin.site.register_view
function at all when trying to register a custom function.The text was updated successfully, but these errors were encountered: