Skip to main content

Website content system based on a mashup of ideas from the Django contrib flatpage appp, joomla!, and many years of systems development..

Project description

=====
Lyrical Page
=====

Lyrical Page is a website development app for the Django framework. Roughly based
on the original Django flatpages contrib app with ideas pulled from a variety sources
across the internet.

The system is designed to be modular and compliment Django's philosophy of staying out
of the way of the developer. The code base has continued to evolve through real world use
in different types of websites.

Detailed documentation is a work in progress.

Quick start
-----------

1. Add site_content, and site_seo to your INSTALLED_APPS in the following manner:

INSTALLED_APPS = (
...
'lyrical.site_content',
'lyrical.site_seo',
)

2. If you are using the site_seo app, add the context processor to your settings file:

TEMPLATE_CONTEXT_PROCESSORS = (
...
'lyrical.site_seo.context_processors.site_seo',
)

3. Add the middleware classes to your settings file. These middlware should be the last
entries in your list/tuple.

MIDDLEWARE_CLASSES = (
...
'lyrical.site_content.middleware.SitePageFallbackMiddleware',
'lyrical.site_seo.middleware.SiteSeoMiddleware',
)

4. Run 'python manage.py syncdb' to create new database tables and supplemental database
actions.

5. Log into the Django admin site and you can now add site_content site pages as you need.

Will LaShell <wlashell@lyrical.net>

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

lyrical_page-3.1.0.tar.gz (813.0 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