Skip to content

Commit

Permalink
Added settings
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Feb 5, 2014
1 parent dd9839e commit e1c888c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Usage
url(r'^admin/', include(admin.site.urls)),
)

Settings
========
``django-simple-blog`` has one setting at the moment::

# How long the length of the textarea should be.
MAX_LENGTH_TEXTAREA = 120 (defaults to None)


Templatetags
===========

Expand Down

0 comments on commit e1c888c

Please sign in to comment.