Skip to content

Django permissions #1325

Answered by Droxt1
FinemechanicPub asked this question in Q&A
Discussion options

You must be logged in to vote

By default, Django's built-in permissions system is not directly integrated with Django Filer. Django Filer uses its own permission system to control access to files and folders.

However, it is possible to customize Django Filer to use Django's built-in permissions system, if desired. This can be done by subclassing the FolderPermission and FilePermission models provided by Django Filer and modifying them to use Django's built-in User and Group models for permissions, rather than the filer.models.FolderPermission and filer.models.FilePermission models provided by Django Filer.

Here is an example of how you might subclass FolderPermission and FilePermission to use Django's built-in permiss…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FinemechanicPub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants