django-authentication
Restricting access to Ajax services using django.contrib.auth
In a web application already using django.contrib.auth for authentication, I\'m looking for the \"standard\" approach for restricting access to Ajax services to authenticated users only.[详细]
2023-02-15 13:51 分类:问答How Can I Allow Object Editing in the Django Admin For Specific Objects ONLY?
I\'m currently writing a site which uses django-guardian to assign object-level permissions which are used throughout the site.[详细]
2023-02-15 01:19 分类:问答Django User Fields on Models
I would like every model of my app to store the user that created its entries. What I did: class SomeModel(models.Model):[详细]
2023-02-14 20:28 分类:问答Python: Get Windows username of user viewing page?
Is there a way in Python/Django to get the username of the currently logged-in Windows user, from an app that is not running locally?[详细]
2023-02-14 03:38 分类:问答django extends different base templates
I understand we can use \"extends variable\" in the template to switch between two different extended templates.[详细]
2023-02-14 02:19 分类:问答Django-registration & Django-Socialauth
Have anyone used these 2 django apps together? I want to know how well these 2 gel together along with Django\'s User Authentication syste开发者_JS百科m.[详细]
2023-02-12 18:42 分类:问答Manually validate a django session id is currently authenticated
I need to have a function tell me if a Django session-id is currently authenticated or not. I understand this is already built into Django and I have that working just fine.[详细]
2023-02-11 22:33 分类:问答Designing a Django voting system without using accounts
We are considering implementing a voting system (up, down votes) without using any type of credentials--no app accounts nor OpenID or an开发者_运维知识库ything of that sort.[详细]
2023-02-10 23:47 分类:问答Django problem with creating user then logging them in
Hello all you helpful people out there (and goodbye none-helpful people :D ). I\'m trying to create a user in django (1.2.4) and then log them in after saving them. My problem is I\'m getting NotImple[详细]
2023-02-10 19:02 分类:问答django - storing session values after user logout
Using the Django logout when the user is logging out all the sessions values get flushed. I there a way to kee开发者_开发问答p some of the session values even though the user logs out?You might want[详细]
2023-02-10 18:31 分类:问答