File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44from finder .models .folder import FolderModel
55
66
7- class DempappAdminSite (admin .AdminSite ):
8- pass
7+ class DemoappAdminSite (admin .AdminSite ):
8+ """
9+ Test if django-filer also works in with multiple tennants.
10+ """
911
1012
11- admin_site = DempappAdminSite (name = "demoapp_admin" )
13+ admin_site = DemoappAdminSite (name = "demoapp_admin" )
1214admin_site .register (FolderModel , FolderAdmin )
Original file line number Diff line number Diff line change 1010 "devDependencies" : {
1111 "@dnd-kit/core" : " ^6.1.0" ,
1212 "@dnd-kit/modifiers" : " ^6.0.1" ,
13- "@floating-ui/react" : " ^1.6.12 " ,
13+ "@floating-ui/react" : " ^0.27.2 " ,
1414 "@r2wc/react-to-web-component" : " ^2.0.3" ,
1515 "@types/react-dom" : " ^18.3.1" ,
1616 "@wavesurfer/react" : " ^1.0.7" ,
You can’t perform that action at this time.
0 commit comments