Misc. tweaks for fresh install

give more menus, define app_package, no more custom views..
This commit is contained in:
Lance Edgar 2022-03-04 17:45:59 -06:00
parent d40be7ccda
commit e688cbab6a
4 changed files with 47 additions and 84 deletions

View file

@ -107,6 +107,7 @@ class Install(commands.Subcommand):
# make config files
context = {
'app_package': 'messkit',
'app_title': "Messkit",
'appdir': appdir,
'db_url': dburl,