mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 16:44:26 -04:00
tweak Pkgs app name and admin button CSS
This commit is contained in:
parent
9be7e1a0bc
commit
3ea116f0b6
3 changed files with 6 additions and 4 deletions
|
@ -4,8 +4,10 @@ from django.apps import AppConfig
|
|||
|
||||
|
||||
class PkgsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'pkg'
|
||||
verbose_name = 'Package Management'
|
||||
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
|
||||
def ready(self):
|
||||
from .settings import LOADED_DEPENDENCIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue