Metadata-Version: 2.1
Name: djaodjin-pages
Version: 0.6.7
Summary: Pages Django App
Home-page: https://github.com/djaodjin/djaodjin-pages/
Download-URL: https://github.com/djaodjin/djaodjin-pages/tarball/0.6.7
Author: DjaoDjin inc.
Author-email: support@djaodjin.com
License: BSD
License-File: LICENSE.txt

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.7

  * redirects to uploaded document when assets APIis copy/pasted in URL bar
  * 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.
