Simple app to add configuration options to a Django project.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix readme

+2 -1
+2 -1
README.rst
··· 9 9 10 10 **1** Install using pip:: 11 11 12 - $ pip install django-options 12 + $ pip install django-simple-options 13 13 14 14 **2** Add "options" to your INSTALLED_APPS settings like this:: 15 15 ··· 28 28 "public_name": "Sets tickets as sold out" 29 29 }, 30 30 } 31 +