Skip to main content

django soho ui

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 urlpatterns = [ path('admin/', admin.site.urls), ## 添加django_sohoui 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.1.14.tar.gz (4.7 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.1.14-py3-none-any.whl (4.7 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_sohoui-1.1.14.tar.gz
  • Upload date:
  • Size: 4.7 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.1.14.tar.gz
Algorithm Hash digest
SHA256 a14361c47dda8fe2932d6418daa8b2eed15a4d21a5c45534e0bb578be1b1fb0c
MD5 115268ece05e119afb849e32981e47ea
BLAKE2b-256 66a578e93a0bc7f014c311ebbfa8078b88e450fc5c0a108f55745b8a0b913c36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_sohoui-1.1.14-py3-none-any.whl
  • Upload date:
  • Size: 4.7 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.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7b3102b21b5057febd11119233e8aa34edaa6438b6cf740bab3391215ac93b09
MD5 473199624eeb5b30e0e3aa580d0c95ab
BLAKE2b-256 1ae8c58f227688495b3976ae44066a2fd318a3fc932f9417d6e6fad53fd4d0f6

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