Application bundles in settings

Calloway’s settings includes bundles of applications that are either dependent upon each other, or work well together. Some application bundles have suggestions for others that can augment their functionality, but are not required.

Application bundles are only for convenience. Feel free to mix and match applications.

calloway.settings.APPS_CORE

Warning

As of version 0.4 this application bundle is deprecated. In order to better handle core Django apps in different versions, this bundle has been broken into calloway.settings.APPS_DJANGO_BASE, calloway.settings.APPS_DJANGO13_BASE, and calloway.settings.APPS_DJANGO_TEMPLATE_UTILS.

These applications are considered core to any project and consist of Django contrib applictions.

Suggested application bundles: APPS_TINYMCE, APPS_REVERSION (for flatpages)

  • django.contrib.auth
  • django.contrib.contenttypes
  • django.contrib.sessions
  • django.contrib.sites
  • django.contrib.flatpages
  • django.contrib.humanize
  • django.contrib.comments
  • django.contrib.markup
  • django.contrib.redirects

calloway.settings.APPS_DJANGO_BASE

Note

New in version 0.4

These are the core contrib apps included in the default settings for Django 1.0 - 1.2.

Suggested application bundles: APPS_TINYMCE, APPS_REVERSION (for flatpages)

  • django.contrib.auth
  • django.contrib.contenttypes
  • django.contrib.sessions
  • django.contrib.sites
  • django.contrib.flatpages

calloway.settings.APPS_DJANGO13_BASE

Note

New in version 0.4

These are the core contrib apps included in the default settings for Django 1.3.

Suggested application bundles: APPS_TINYMCE, APPS_REVERSION (for flatpages)

  • django.contrib.auth
  • django.contrib.contenttypes
  • django.contrib.sessions
  • django.contrib.sites
  • django.contrib.flatpages
  • django.contrib.messages
  • django.contrib.staticfiles

calloway.settings.APPS_DJANGO_TEMPLATE_UTILS

Note

New in version 0.4

When you want special help with templates, these contrib apps can help out.

  • django.contrib.humanize
  • django.contrib.markup
  • django.contrib.webdesign

calloway.settings.APPS_ADMIN

The admin area of the project requires several apps. The livevalidation application provides real-time validation of forms, including the admin forms. django-admin-tools provides the custom skin.

Warning

In version 0.4, livevalidation has been removed from this bundle.

calloway.settings.APPS_CALLOWAY_DEFAULT

Calloway includes no real applications, except django_ext which are small extensions to Django. Various utilities are included within this, including a case-insensitive authorization, requirements generator and a few others.

  • django_ext

calloway.settings.APPS_MPTT

Django MPTT is an application that enhances other applications’ ability to manage hierarchical data. It is required in APPS_CATEGORIES and APPS_COMMENT_UTILS.

calloway.settings.APPS_STAFF

A specialized profile for staff members.

Suggested application bundles: APPS_TINYMCE

calloway.settings.APPS_REVERSION

Django Reversion is an app that enhances other applications. It allows you to view and revert to previous versions of records. Django Stories and Django Flatpages are currently configured to use it.

calloway.settings.APPS_STORIES

Warning

Changed in version 0.4: Django Viewpoint (a blogging app) and Django Pullquote (for storing quotations) were removed.

A bundle of applications for creating news.

Suggested application bundles: APPS_TINYMCE, APPS_REVERSION

calloway.settings.APPS_BLOGGING

Note

New in version 0.4

A blogging platform for one blog or many blogs.

Suggested application bundles: APPS_TINYMCE, APPS_REVERSION

calloway.settings.APPS_CATEGORIES

A hierarchical category manager. Requires :ref:`APPS_MPTT <apps_mptt>`.

calloway.settings.APPS_COMMENT_UTILS

Utilities for adding threaded comments to the default Django comments app and management of offensive comments. Requires APPS_MPTT

calloway.settings.APPS_FRONTEND_ADMIN

Allows using your admin forms in a regular template. Requires livevalidation in APPS_ADMIN.

calloway.settings.APPS_MEDIA

Warning

Changed in version 0.4: Django Tagging was moved to apps_tagging.

calloway.settings.APPS_TAGGING * tagging

calloway.settings.APPS_UTILS

calloway.settings.APPS_CACHING

calloway.settings.APPS_REGISTRATION

  • registration
  • custom_registration

calloway.settings.APPS_TINYMCE