We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e7c5c commit c74ffe8Copy full SHA for c74ffe8
manatee/settings.py
@@ -70,7 +70,7 @@
70
},
71
72
}
73
-PERMISSION_FRAMEWORK_LOCATIONS.append('coral.permissions')
+PERMISSION_FRAMEWORK_LOCATIONS.append('manatee.permissions')
74
DATATYPE_LOCATIONS.append('manatee.datatypes')
75
FUNCTION_LOCATIONS.append('manatee.functions')
76
ETL_MODULE_LOCATIONS.append('manatee.etl_modules')
0 commit comments