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 django-ccpages

How to install django-ccpages

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-ccpages
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.1.0
1.7.0Never BuiltWhy not?
0.1.0 Available View build log
Linux (32-bit)
1.6.2
1.7.0Never BuiltWhy not?
1.6.2 Available View build log
0.1.0 Available View build log
Linux (64-bit)
1.7.0 Available View build log
1.6.2 Available View build log
0.1.0 Available View build log
 
Author
License
BSD 3 Clause
Lastest release
version 1.7.0 on Jan 9th, 2014

About

ccpages is a lightweight pages application.

Requirements

Markdown, django-mptt and ccfiletypes will be installed if you don't already have them.

Quick Installation Instructions

Install ccpages:

pip install django-ccpages

Next add ccpages & MPTT to your installed apps:

INSTALLED_APPS = (
     ...
    'ccpages',
    'mptt',
)

ccpages requires ccfiletypes and this will be installed with pip. Make sure that ccfiletypes is also in your installed apps. It only needs to be once:

INSTALLED_APPS = (
     ...
    'ccfiletypes',
)

Wire it up to your root urls.py:

urlpatterns += ('',
...
    ('^pages/', include('ccpages.urls', namespace='ccpages')),
)

Then run syncdb:

python manage.py syncdb

Finally you'll need to run the collectstatic command to get all of the static files into your static root:

python manage.py collectstatic

For full info please refer to the documentation.

Features

Password protected pages

Pages can be password protected with a password. The password is stored in plain text and this mechanism is not meant to store highly sensitive information. It is merely intended to provide a means of allowing a group of people access to content without having a dependancy on user authentication.

License

ccpages is released under a 3 clause BSD license.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

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.