|
Project Information
|
This application is an extension to the django-page-cms at http://code.google.com/p/django-page-cms. It enables you to have image placeholders anywhere in your page templates just as normal text placeholders as shown below. {% image_placeholder right_image1 as image %}
{% if image %}
<img src="{% thumbnail image 300x400 %}" />
{% endif %}How-to useWhen you have a working Django Pages workspace, installation is as easy as follows.
Uploaded images are by default saved to a folder named pages_images_upload in your media folder. This can be changed by editing pages_images_extension/models.py NoticeThis application is constantly under development when time is available. Any feedback and contribution is appreciated. |