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
Development
After cloning the repository, create a virtualenv environment, install the prerequisites, create the database then run the testsite webapp.
$ virtualenv-2.7 _installTop_ $ source _installTop_/bin/activate $ pip install -r testsite/requirements.txt $ make initdb $ python manage.py runserver
# Browse http://localhost:8000/ # Start edit live templates
Full documentation available soon at Read-the-Docs
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.