Skip to content

Commit

Permalink
Updated admin header
Browse files Browse the repository at this point in the history
  • Loading branch information
RineshRamadhin committed Aug 10, 2021
1 parent f59e4e0 commit e84ed26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/application/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""
Application admin.
This file defines the Django admin structure for the package models. For more info see
https://docs.djangoproject.com/en/3.0/ref/django-admin/
"""
from django.contrib import admin

admin.site.site_url = '' # Removes the 'View Site' link
admin.site.site_header = 'Web DL administration'

0 comments on commit e84ed26

Please sign in to comment.