We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe811f3 commit 07a0b1dCopy full SHA for 07a0b1d
startup_scripts/280_custom_links.py
@@ -24,6 +24,3 @@ def get_content_type_id(content_type_str):
24
if not CustomLink.objects.filter(name=custom_link.name):
25
custom_link.save()
26
print("🖥️ Created Custom Link {0}".format(custom_link.name))
27
- else:
28
- print("⚠️ Skipping Custom Link {0}, already exists".format(custom_link.name))
29
-
0 commit comments