Skip to main content

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 django-writingfield these will be installed with pip. Make sure that ccfiletypes is also in your installed apps. It only needs to be once:

INSTALLED_APPS = (
     ...
    'ccfiletypes',
    'writingfield',
)

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ccpages-1.8.0.tar.gz (52.1 kB view details)

Uploaded Source

File details

Details for the file django-ccpages-1.8.0.tar.gz.

File metadata

File hashes

Hashes for django-ccpages-1.8.0.tar.gz
Algorithm Hash digest
SHA256 5c205a6527f040d466eb6ed3728f84fdb7505dd3735f786da6a006c79e068f57
MD5 5b5c1a19004649bea741c32656d280fd
BLAKE2b-256 b593182edb33eee51e16ba66bea5ddfd77d3a9a0f3d7af2c40d29de7d051134f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.8.0 This release

1 file

1.7.0

1 file

1.6.3.1

1 file

1.6.2

1 file

0.1.5

0.1.1

1 file

0.1.0

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page