An open API service indexing awesome lists of open source software.

https://github.com/jeffkit/molp

mobile app online parameter management
https://github.com/jeffkit/molp

Last synced: 2 months ago
JSON representation

mobile app online parameter management

Awesome Lists containing this project

README

          

mobile online parameter manager for Django
===============================

install
--------

`pip install molp`

add 'molp' into 'INSTALLED_APPS'

config
------

add APP_DEFINITION to settings. example:

APP_DEFINITION = (('com.changba.ktv', u'唱吧(iOS)'), ('com.changba.ktvadr', u'唱吧(安卓)'))

usage
-------

from molp.models import Parameter

ps = Parameter.objects.get_parameters(app, version, channel, since, last_modify)

data = dict([(p.name, p.value) for p in ps])