A Django app to build a simple cms restful server.
Project description
DRF-CMS is a Django app to manage non-relational websites content in a restful way. Elements are key-value and linked to a page, letting the client decide how to compose them.
Quick start
Add “cms” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'drf_cms', ]Include the drf-cms URLconf in your project urls.py like this:
path('cms/', include('drf_cms.urls')),Run python manage.py migrate to create the cms models.
Publish instructions: python setup.py sdist twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_drf_cms-0.2.14.tar.gz.
File metadata
- Download URL: django_drf_cms-0.2.14.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be520e6af8709017de611a7e62f892a0859df510e76af58188e78aa39055b63e
|
|
| MD5 |
b17d91e6c041c3037f15ea45e06232fa
|
|
| BLAKE2b-256 |
28efa05deb8d661038318d8adec786611231dd17468cd0b3de1073d279571ce3
|
File details
Details for the file django_drf_cms-0.2.14-py3-none-any.whl.
File metadata
- Download URL: django_drf_cms-0.2.14-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f45defb3f6277a4deb2cee1a6bb77abe5c2851adf2fd7ee066ee6da7e3a8c5fd
|
|
| MD5 |
053707fd2ef871e99ec364f46b950796
|
|
| BLAKE2b-256 |
08424a47d1284dc9772d040259a08be0119f2fa61ce830904f813793be610ce7
|