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 f8313c8 commit 7ad6130Copy full SHA for 7ad6130
website/admin.py
@@ -267,4 +267,4 @@ def formfield_for_manytomany(self, db_field, request=None, **kwargs):
267
admin.site.register(Sponsor)
268
269
# For modifying more on the front admin landing page, see https://medium.com/django-musings/customizing-the-django-admin-site-b82c7d325510
270
-admin.site.index_title = "Makeability Lab Admin. Django version: " + django.get_version() + " ML Version: 1.0.0"
+admin.site.index_title = "Makeability Lab Admin. Django version: " + django.get_version() + "| Makeability Lab Website Version: 1.0.0"
0 commit comments