Source code for shoop.guide.apps

# -*- coding: utf-8 -*-
# This file is part of Shoop.
#
# Copyright (c) 2012-2016, Shoop Ltd. All rights reserved.
#
# This source code is licensed under the AGPLv3 license found in the
# LICENSE file in the root directory of this source tree.
import shoop.apps


[docs]class AppConfig(shoop.apps.AppConfig): name = "shoop.guide" verbose_name = "Shoop Guide" provides = { "admin_module": [ "shoop.guide.admin_module:GuideAdminModule" ], }