Pages Django App
Project description
djaodjin-pages is a Django application that allow live templates edition and upload templates packages.
Major Features:
Text edition (optional: markdown syntax)
Media gallery (drag’n’drop in markdown or media placeholder)
Upload template packages
Tested with
Python: 3.7, Django: 3.2 ([LTS](https://www.djangoproject.com/download/)), Django Rest Framework: 3.12
Python: 3.10, Django: 4.0 (latest), Django Rest Framework: 3.12
Python: 2.7, Django: 1.11 (legacy), Django Rest Framework: 3.9.4
Development
After cloning the repository, create a virtualenv environment, install the prerequisites, create the database then run the testsite webapp.
- <pre><code>
$ virtualenv <em>installTop</em> $ source <em>installTop</em>/bin/activate $ pip install -r testsite/requirements.txt $ make vendor-assets-prerequisites
$ make initdb
$ python manage.py runserver
# Browse http://localhost:8000/ # Start edit live templates
</code></pre>
Release Notes
0.6.6
optionally loads content directly through View instead of API
LOCALE keys can be up to 8 characters
[previous release notes](changelog)
Version 0.4.3 is the last version that contains the HTML templates online editor. This functionality was moved to [djaodjin-extended-templates](https://github.com/djaodjin/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.