Skip to main content

django soho ui base

Project description

开始使用

1、在INSTALLED_APPS中添加django_sohoui

INSTALLED_APPS = [
    'django_sohoui',
    'django.contrib.admin',
    ....
]

2、执行makemigrations

python manage.py makemigrations
python manage.py migrate      

**3、 在TEMPLATES中添加context_processors **

'context_processors': [
    'django.template.context_processors.debug',
    'django.template.context_processors.request',
    'django.contrib.auth.context_processors.auth',
    'django.contrib.messages.context_processors.messages',
    ## 添加custom_context
    'django_sohoui.context_processors.custom_context',
]

4、 在project/urls.py中添加django_sohoui

from django_sohoui.adminsite import adminsite
urlpatterns = [
    ## 添加django_sohoui
    path('admin/', adminsite.urls),
    path('django_sohoui/', include('django_sohoui.urls')),
]

5、 在project/settings.py中添加LOGIN_BG_IMAGE(自定义登录页背景图片)

SOHO_LOGIN_BG_IMAGE = '/static/custom/images/logo_bg.jpg'

6、 在project/settings.py中添加SOHO_MENU_LIST

SOHO_MENU_LIST = {
    'show_system_menu': True, ## 是否显示系统菜单
    'models':[
        {
            'name': '苏豪菜单模块',
            'models': [
                {
                    'name': 'System菜单设置',
                    'admin_url': '/admin/django_sohoui/adminmenus/'
                },
                {
                    'name': 'System菜单设置1',
                    'admin_url': '/admin/django_sohoui/adminmenus/',
                    #自定义页面添加权限,admin model不需要指定权限
                    'permission': 'app.can_admin_sohoui_site'
                }
            ]
        },
    ]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_sohoui-1.2.6.tar.gz (6.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_sohoui-1.2.6-py3-none-any.whl (6.9 MB view details)

Uploaded Python 3

File details

Details for the file django_sohoui-1.2.6.tar.gz.

File metadata

  • Download URL: django_sohoui-1.2.6.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for django_sohoui-1.2.6.tar.gz
Algorithm Hash digest
SHA256 11c37447cc85cf27ca5219532ec2744ee83bf09e216a228b41be16e2f3508b62
MD5 0df79428822e82b47e52566112cc58d9
BLAKE2b-256 e2463a4f7ef5cd4ae163f4ef5fdd2581ec988e7ad9a813e9855f9c2715f563c7

See more details on using hashes here.

File details

Details for the file django_sohoui-1.2.6-py3-none-any.whl.

File metadata

  • Download URL: django_sohoui-1.2.6-py3-none-any.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for django_sohoui-1.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b835d2747b0e21f65145b3094ee0d3d723e630c36cbb845a05538f03fd0dcbe8
MD5 c479f473b2076743f6c9f90371c5323f
BLAKE2b-256 c4a2e27ebd3a03891bef47eff7acb2da11f23dd601c090d5696fef98eae0fdb1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page