django-constance/example/cheeseshop/utils.py
2025-03-05 23:26:14 +08:00

2 lines
No EOL
79 B
Python

def get_banner_with_owner(config):
return f'{config.BANNER} {config.OWNER}'