Skip to content

Commit c736653

Browse files
committed
Do not include project fixtures settings in core
1 parent 5e1f441 commit c736653

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

geonode/settings.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,8 +2179,4 @@ def get_geonode_catalogue_service():
21792179
UPSERT_LOG_LOCATION = os.getenv("UPSERT_LOG_LOCATION", "/tmp")
21802180

21812181
FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o777
2182-
FILE_UPLOAD_PERMISSIONS = 0o777
2183-
2184-
PROJECT_FIXTURES = [
2185-
# List project-related fixture files here, in the order they should be loaded.
2186-
]
2182+
FILE_UPLOAD_PERMISSIONS = 0o777

0 commit comments

Comments
 (0)