fix mismatched Version numbers and missing verbose_names

This commit is contained in:
Jens Langhammer
2019-02-10 20:08:29 +01:00
parent 1a998e5020
commit 58ebd15ada
6 changed files with 10 additions and 3 deletions

View File

@ -9,3 +9,4 @@ class PassbookAPIConfig(AppConfig):
name = 'passbook.api'
label = 'passbook_api'
mountpoint = 'api/'
verbose_name = 'passbook API'