-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Require Auth in Admin Site #40
Comments
Pull request have been merged to master for all 3 apps. I'll start working on this for a pull request after #39 has been reviewed and accepted. |
hello, i have a question |
The intended design of django-mongonaut is that data editors need to be logged in as admin level users. This is to protect data. If you aren't logged in, the current design is you will get the error you reported. Log in as a super user and you should be fine. Gary's intention on this ticket is to create finer grained permissions for data on django-mongonaut. :-) Finally, internationalisation of django-mongonaut is something I would like to see happen. Because it runs off mongoengine it will probably be mostly a matter of template enhancements and plugging in gettext files. Once we have that in place, would you consider providing a Chinese language translation? |
of course i would be my pleasuer if i could do something for django-mongonaut |
Hello, |
@neodark, I can't speak for @garrypolley but none of the work I'm doing touches on MongoDB, so I just don't have the bandwidth for it. Once we get the final of http://django.2scoops.org done this might change. |
I'm in a similar boat to @pydanny on this right now. Between getting married in June, working full time, and doing other open source stuff it's hard to keep up here as well. I'm hoping once the wedding planning dies down I can get to this in the next few weeks. |
@pydanny : ok thanks for the information :) . By the way your book looks interesting, will have to check that. Thanks to both of you for the quick reply. |
I faced an |
In order for this site to have ultimate usefulness it needs to have some auth around it, in order to use it in a production setting.
I recommend the following apps to achieve this:
As a note, I have this working right now locally with some hacky decorator injection.
The text was updated successfully, but these errors were encountered: