We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1cc4a commit 2ce5e5bCopy full SHA for 2ce5e5b
geonode/settings.py
@@ -2183,4 +2183,4 @@ def get_geonode_catalogue_service():
2183
2184
PROJECT_FIXTURES = [
2185
# List project-related fixture files here, in the order they should be loaded.
2186
-]
+]
tasks.py
@@ -352,7 +352,8 @@ def fixtures(ctx):
352
353
# Loading additional project fixtures
354
from django.conf import settings
355
- project_fixtures = getattr(settings, 'PROJECT_FIXTURES', [])
+
356
+ project_fixtures = getattr(settings, "PROJECT_FIXTURES", [])
357
358
for fixture in project_fixtures:
359
if fixture:
0 commit comments