django-ccpages

A lightweight pages application for Django
Download

django-ccpages Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • designcc
  • Publisher web site:
  • https://github.com/designcc

django-ccpages Tags


django-ccpages Description

django-ccpages is a lightweight Django pages app.Install ccpagespip install django-ccpagesNext add ccpages to your installed appsINSTALLED_APPS = ( ... 'ccpages')wire it up to your root urls.pyurlpatterns += ('',... ('^pages/$, include('ccpages.urls', namespace='ccpages')))Then run syncdbpython manage.py syncdbFinally you'll need to run the collectstatic command to get all of the static files into your static rootpython manage.py collectstaticFeaturesPassword protected pagesPages 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.AttributionThis app uses the Free-file-icons using the GNU license. Please see ccpages/static/img/icons/LICENSE for the full details.Product's homepage


django-ccpages Related Software