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 details)

Uploaded Source

File details

Details for the file lyrical_page-3.1.0.tar.gz.

File metadata

  • Download URL: lyrical_page-3.1.0.tar.gz
  • Upload date:
  • Size: 813.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lyrical_page-3.1.0.tar.gz
Algorithm Hash digest
SHA256 25214cdcd38276af65baa3af88d75424f0cb20734e8f0731f937c176b3159531
MD5 a0baad33e5bc4e7bae0f7af63cfd6385
BLAKE2b-256 8a7f33a1b981b209bdc2f97124b6863198010c9c17089f4b8fc2cfde1bfe7f77

See more details on using hashes here.

Supported by

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