Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Latest commit

 

History

History
49 lines (25 loc) · 857 Bytes

quickstart.rst

File metadata and controls

49 lines (25 loc) · 857 Bytes

Quickstart

After installation, you can use django-propeller in your templates.:

Load the propeller library and use the propeller_* tags:

Example template

Template tags and filters

Refer to templatetags for more information.

Settings

You can set defaults for django-propeller in your settings file. Refer to settings for more information.

Demo application

The demo application provides a number of useful examples.

clone the repo:

$ git clone https://github.com/tfroehlich82/django-propeller.git

cd into the cloned directory:

$ cd django-propeller

run the testserver:

$ python manage.py runserver

open your browser and browse to:

http://127.0.0.1:8000