Djinn Intranet Contenttypes framework
Project description
djinn_contenttypes
===================
This module provides the content type framework for Djinn. Content
types are the 'things' that a user of the system can create, delete,
edit and view.
Views
-----
Djinn uses generic views for content types. Views behave differently
according to how they are called: when called Ajax style or when
modal=1 is passed as parameter, the template rendered will be 'modal',
otherwise a complete HTML page will be rendered. Successfull add and
edit views will return a 'record' like snippet, assuming that they
were called to return an inline template view of the object.
The following views normally apply:
- Creation:
Creation can either use a temporary object, in case the add screen already
provides some means of relating things to the new object, or simply use the
standard add view, that doesn't create anything untill a commit.
The default templates for creation are:
<app label>/<content type name>_add.html
<app label>/<content type name>_add_modal.html
djinn_contenttypes/base_add.html
djinn_contenttypes/base_add_modal.html
- Update: either update or JSON update
<app label>/<content type name>_edit.html
<app label>/<content type name>_edit_modal.html
djinn_contenttypes/base_edit.html
djinn_contenttypes/base_edit_modal.html
- Delete: delete or JSON delete
- View: base view or modal view
<content type module>/<content type name>_modal_detail.html
<content type module>/<content type name>_detail.html
djinn_contenttypes/base_detail.html
djinn_contenttypes/base_detail_modal.html
1.0.1
=====
* Added check on group permission, if content is placed in a group
1.0.0
=====
Initial version
===================
This module provides the content type framework for Djinn. Content
types are the 'things' that a user of the system can create, delete,
edit and view.
Views
-----
Djinn uses generic views for content types. Views behave differently
according to how they are called: when called Ajax style or when
modal=1 is passed as parameter, the template rendered will be 'modal',
otherwise a complete HTML page will be rendered. Successfull add and
edit views will return a 'record' like snippet, assuming that they
were called to return an inline template view of the object.
The following views normally apply:
- Creation:
Creation can either use a temporary object, in case the add screen already
provides some means of relating things to the new object, or simply use the
standard add view, that doesn't create anything untill a commit.
The default templates for creation are:
<app label>/<content type name>_add.html
<app label>/<content type name>_add_modal.html
djinn_contenttypes/base_add.html
djinn_contenttypes/base_add_modal.html
- Update: either update or JSON update
<app label>/<content type name>_edit.html
<app label>/<content type name>_edit_modal.html
djinn_contenttypes/base_edit.html
djinn_contenttypes/base_edit_modal.html
- Delete: delete or JSON delete
- View: base view or modal view
<content type module>/<content type name>_modal_detail.html
<content type module>/<content type name>_detail.html
djinn_contenttypes/base_detail.html
djinn_contenttypes/base_detail_modal.html
1.0.1
=====
* Added check on group permission, if content is placed in a group
1.0.0
=====
Initial version
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.
Source Distribution
djinn_contenttypes-1.0.1.tar.gz
(15.3 kB
view details)
File details
Details for the file djinn_contenttypes-1.0.1.tar.gz
.
File metadata
- Download URL: djinn_contenttypes-1.0.1.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 916f27776494bbfe29799448d55b17fb52d56500b329da5831548754ce16a810 |
|
MD5 | 2fc42c796b7ff2fbd96b44688a881cf1 |
|
BLAKE2b-256 | 6914ac0747b056963bf8a887ecfa5eb5fc521273bcdb4ccb832575afa79b7b3e |