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.

Merge branch 'develop'

+4
+4
README.rst
··· 5 5 .. image:: https://travis-ci.org/marcosgabarda/django-simple-options.svg?branch=master 6 6 :target: https://travis-ci.org/marcosgabarda/django-simple-options 7 7 8 + .. image:: https://coveralls.io/repos/github/marcosgabarda/django-simple-options/badge.svg?branch=master 9 + :target: https://coveralls.io/github/marcosgabarda/django-simple-options?branch=master 10 + 11 + 8 12 Simple app to add configuration options to a Django project. 9 13 10 14 Quick start