PubCrank CMS Django App
Project description
PubCrank Django App
PubCrank is a static file CMS. pubcrank-django-app is a portable Django app that you can add to your Django project for static file CMS functionality.
Note: this app is under construction
Installation and Setup
Install
pdm add pubcrank-django-app
settings.py
Add to INSTALLED_APPS
INSTALLED_APPS = [
...
'pubcrank',
]
Add PubCrank Settings:
from pubcrank.settings import setup_pubcrank
# setup_pubcrank(globals(), pubcrank_dir_path, theme)
setup_pubcrank(globals(), BASE_DIR / 'pubdir', 'plain')
Build Static Site
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 pubcrank_django_app-0.3.0.tar.gz.
File metadata
- Download URL: pubcrank_django_app-0.3.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.24.2 CPython/3.13.3 Linux/6.14.0-15-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b537e2d38602a27799bac67c2221567bf1627b267256604b2e6d3c1de7056ec3
|
|
| MD5 |
178cd03891c69050892d0fa115afbae9
|
|
| BLAKE2b-256 |
fd537d4e6fe3c646918d150936b6c1317e4b1119b2ab8e8fabf90ec405ccb4ee
|
File details
Details for the file pubcrank_django_app-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pubcrank_django_app-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.24.2 CPython/3.13.3 Linux/6.14.0-15-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acd68f3da5c4d4ebb3a3a9e4b7954af7bd9f8768aa612da7b166dc3c3b164c7e
|
|
| MD5 |
69a262f641210ec34376cf28b92231ac
|
|
| BLAKE2b-256 |
9ec4379fbd9eb504a2055d01a9d96cbe672d1aea2f337dcacf4630b7476dc109
|