Skip to main content

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.6, Django: 2.2 ([LTS](https://www.djangoproject.com/download/)), Django Rest Framework: 3.12

  • Python: 3.6, Django: 3.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.3.6

  • uses the correct active theme on create and read

  • switches default from S3BotoStorage to S3Boto3Storage

[previous release notes](changelog)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djaodjin-pages-0.3.6.tar.gz (67.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page