Django application for practices-based content
Project description
djaodjin-pages is a Django application that implements a Content Management System (CMS) for practices sharing.
Major Features:
- Hierachical structure of content elements
- Text edition (optional: markdown syntax)
- Media gallery (drag'n'drop in markdown or media placeholder)
Development
After cloning the repository, create a virtualenv environment, install the prerequisites, create the database then run the testsite webapp.
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r testsite/requirements.txt
# Installs Javascript prerequisites to run in the browser
$ make vendor-assets-prerequisites
# Create the testsite database
$ make initdb
# Run the testsite server
$ python manage.py runserver
# Browse http://localhost:8000/
Release Notes
Tested with
- Python: 3.7, Django: 3.2 (legacy)
- Python: 3.10, Django: 4.2 (LTS)
- Python: 3.12, Django: 5.2 (latest)
0.8.8
- separates newsfeed API so it is easier to override
- fixes create page elements at top level
Version 0.4.3 is the last version that contains the HTML templates online editor. This functionality was moved to djaodjin-extended-templates as of version 0.5.0.
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 djaodjin_pages-0.8.8.tar.gz.
File metadata
- Download URL: djaodjin_pages-0.8.8.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
904acc7973b63daac441c974e1e5cc28026dc1716261d4c769b0d8ae74a088df
|
|
| MD5 |
145397f4d71cd0326a32110771eca25f
|
|
| BLAKE2b-256 |
d86625a2c7f8621b0b14025412139baf4350fada8d7b372c14947ff4e0638be4
|
File details
Details for the file djaodjin_pages-0.8.8-py3-none-any.whl.
File metadata
- Download URL: djaodjin_pages-0.8.8-py3-none-any.whl
- Upload date:
- Size: 96.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f59307648954e97a2cc8b6cd74109ea6a25b2f2d7ad25a9b46906cbf2ae00385
|
|
| MD5 |
f2020b8bd78f1cd18fc70a920e6cc1e7
|
|
| BLAKE2b-256 |
0a967ca3a7015ff5764e84e4efb32c993fcd4f57d70ec05e50beacac447f34ec
|