Skip to content

Easy to use quote plugin for Aldryn Cloud and django CMS.

License

Notifications You must be signed in to change notification settings

philipp-x/aldryn-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aldryn-quote

Easy to use quote plugin for Aldryn Cloud and django CMS.

Requirements

  • Django 1.7 or higher
  • django CMS 3.0 or higher

Installation

  1. Run the following commands in the given order:

    pip install -e git+https://github.com/philipp-x/aldryn-quote#egg=aldryn-quote
  2. Add aldryn_quote to your INSTALLED_APPS:

    # settings.py
    INSTALLED_APPS += [
        'aldryn_quote',
    ]
  3. To sync the aldryn-quote models to the database run:

    python manage.py migrate aldryn_quote

Additional style choices

  1. Within the templates/aldryn_quote/plugins folder, create a subfolder with a name of your choice.

  2. Make sure your template is called quote.html and copy it to the subfolder created in step 1.

  3. Add the name of your subfolder to a tuple called QUOTE_STYLES:

    # settings.py
    QUOTE_STYLES = (
        'subfolder',
    )

About

Easy to use quote plugin for Aldryn Cloud and django CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published