Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install djpcms

How to install djpcms

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install djpcms
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.8.5
0.9a1Never BuiltWhy not?
0.8.5 Available View build log
0.8.4 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.3 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
Windows (64-bit)
0.8.5
0.9a1Never BuiltWhy not?
0.8.5 Available View build log
0.8.4 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.3 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
Mac OS X (10.5+)
0.8.5
0.9a1Never BuiltWhy not?
0.8.5 Available View build log
0.8.4 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.3 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.9a1 Available View build log
Linux (32-bit)
0.9a1 Available View build log
0.8.5 Available View build log
0.8.4 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.3 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.9a1 Available View build log
Linux (64-bit)
0.9a1 Available View build log
0.8.5 Available View build log
0.8.4 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.3 Available View build log
0.7.2 Available View build log
0.7.1 Available View build log
0.9a1 Available View build log
0.9a1 Available View build log
 
License
BSD
Lastest release
version 0.9a1 on Nov 21st, 2012

--

Djpcms is a dynamic Content Management System which uses Python on the server side and Javascript with jQuery on the browser side. It is designed to handle dynamic applications requiring high level of customization. Lots of AJAX enabled features including inline editing, autocomplete, ajax forms, dynamic tables and more. It works with Python 2.6 and up including python 3 series. Djpcms does not use any template specific language, it uses Python alone to render on the server side.

Features

  • Dynamic pages based on database models or not.
  • Applications based on database model or not.
  • Extendible using plugins.
  • Inline editing of plugins and pages.
  • Move plugins in page using drag-and-drop functionalities.
  • Font icons from Fontawesome.
  • Autocomplete functionality.
  • DataTables integration.
  • Extendible AJAX decorators.
  • Several battery included application classes.
  • Extendible form layouts.
  • Sitemap design.

Installing

You can download the latest archive from pypi, uncompress and:

python setup.py install

Otherwise you can use pip:

pip install djpcms

Version Check

To check the version:

>>> import djpcms
>>> djpcms.__version__
'0.9.0'
>>> djpcms.get_version()
'0.9.0'

Running tests

On the top level directory type:

python runtests.py

For options in running tests type:

python runtests.py --help

Tests can also be run for specific tags, For a list of tags type:

python runtests.py --list

To access coverage of tests you need to install the coverage package and run the tests using:

coverage run runtests.py

and to check out the coverage report:

coverage report -m

Optional requirements

The core library requires pulsar. Optional (recommended) requirements are

Kudos

Djpcms includes several open-source libraries and plugins developed by other authors and communities:

Python
  • django for ideas and code snippets.
JavaScript
  • jQuery core and UI are the building block.
  • jQuery form plugin for AJAX forms.
  • jQuery DataTables plugin for managing dynamic tables.
  • Fontawesome for font icons (djpcms.style.plugins.fontawesome).

Docutils System Messages

System Message: ERROR/3 (<string>, line 95); backlink

Unknown target name: "sqlalchemy".

Subscribe to package updates

Last updated Nov 21st, 2012

Download Stats

Last month:15

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.