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 = (
...
'site_content',
'site_seo',
)

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

TEMPLATE_CONTEXT_PROCESSORS = (
...
'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 = (
...
'site_content.middleware.SitePageFallbackMiddleware',
'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.0.0alpha2.tar.gz (805.1 kB view details)

Uploaded Source

File details

Details for the file lyrical_page-3.0.0alpha2.tar.gz.

File metadata

File hashes

Hashes for lyrical_page-3.0.0alpha2.tar.gz
Algorithm Hash digest
SHA256 e89e82fc06b0abfe34a07dcd93d412ad8b6f0900243803d855383e069e3012f1
MD5 d9d884196912fa07f4342455c562202c
BLAKE2b-256 d0391ee079adc4b0fe4c0756ff080f09b127dcd81e0c7ad6777acf2436bf6544

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