Skip to main content

A Django app to config project theme

Project description

Django Theme

Django theme 是一个自定义系统主题风格的库,可以生成前端所需要的配置信息。

安装

pip install django-sca-theme

配置

一. 将 django_theme 添加到 INSTALLED_APPS,就像这样:

INSTALLED_APPS = [
    ...
    'django_theme',
]

二. 将 django_theme 的 URL 配置到项目的 urls.py 中:

path("", include("django_theme.urls")),

三. 将设置好 MEDIA_ROOTMEDIA_URLsettings.py:

MEDIA_URL = '/media/'
MEDIA_ROOT = BASE_DIR / '/media'

四. 运行 python manage.py migrate 应用数据库修改

五. 运行 python manage.py runserver,创建一个配置.

六. 请求 http://localhost:5000/api/system/theme 获取主题

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_sca_theme-0.2.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

django_sca_theme-0.2.0-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file django_sca_theme-0.2.0.tar.gz.

File metadata

  • Download URL: django_sca_theme-0.2.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for django_sca_theme-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f1710130691353601a14fab9948b2044e179f7fe6d7c11fc2884e975c7d0662a
MD5 c8d310c8005359a404b36f640157b0e3
BLAKE2b-256 d72cc0d6af0f84e514eb5093dff1a7f12a77310c427fd784c1c3a59184852b93

See more details on using hashes here.

File details

Details for the file django_sca_theme-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: django_sca_theme-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for django_sca_theme-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b12b0fb2b196914f89a65ae15ddf338097608b90303e8469f0cd92ffb96f1da7
MD5 44ecb7c6c97aba7570a861ac6a6a3758
BLAKE2b-256 16fd6640d30b11ad36b62264d5521c496eaa5d990d4b1ac5970e347b08243a4c

See more details on using hashes here.

Supported by

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