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

+1 -1
+1 -1
setup.py
··· 19 19 20 20 21 21 setup( 22 - name='django-options', 22 + name='django-simple-options', 23 23 version=version, 24 24 packages=[ 25 25 'options.migrations',