Skip to main content

DJANGO KELOVE 内容管理系统

Project description

KELOVE 内容管理系统

项目地址:

【Coding:】https://xqitw.coding.net/public/django-kelove-cms/django-kelove-cms/git

安装说明:

需要加载的应用模块

INSTALLED_APPS = [
    ...
    'django_kelove_cms',
    ...
]

需要添加的路由

# 根url下添加以下路由
urlpatterns = [
    ...
     # kelove CMS
     path('cms/', include('django_kelove_cms.urls', namespace='django_kelove_cms')),
    ...
]

添加配置配置

# 路由配置(可选)
KELOVE_CMS_URL_SETTINGS = {
    "tag_url": r'^tag/(?P<pk>[\w-]+)/page/(?P<page>[\w-]+)/$',
    "tag_home_url": r'^tag/(?P<pk>[\w-]+)/$',

    "category_url": r'^category/(?P<pk>[\w-]+)/page/(?P<page>[\w-]+)/$',
    "category_home_url": r'^category/(?P<pk>[\w-]+)/$',

    "document_url": r'^(?P<pk>[\w-]+)/page/(?P<page>[\w-]+)/$',
    "document_home_url": r'^(?P<pk>[\w-]+).html$',

    "search_url": r'^search/page/(?P<page>[\w-]+)/$',
    "search_home_url": r'^search/$',
}

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

django_kelove_cms-0.4.0-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

Details for the file django_kelove_cms-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: django_kelove_cms-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 24.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.9 Linux/4.4.0-157-generic

File hashes

Hashes for django_kelove_cms-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0610109150461639900a7ddc4ed8c64a0b31af53f03565007d71d1ca272cdf7a
MD5 eb36f775da2b797acec0befb04c7fc52
BLAKE2b-256 747e3ee68592a0b33968894b6b1c3d5c92cdec8228f3f507a94a634ae6834deb

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