Skip to main content

A lightweight pages application for Django

Project description

About

ccpages is a lightweight pages application.

Full documentation to follow when I return from holidays, but in short you need to :

Install ccpages:

pip install django-ccpages

Next add ccpages to your installed apps:

INSTALLED_APPS = (
     ...
    'ccpages'
)

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

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.

Project details


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-0.0.5.tar.gz (8.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page