ddah-promises

Promises app.


License
AGPL-1.0
Install
pip install ddah-promises==0.0.6

Documentation

ddah-promises

Build Status

Django's promises egg.

Getting Started

Add "ddah-promises" to INSTALLED_APPS:

INSTALLED_APPS = {
...
# If you don't previously have taggit you should probably add it
'taggit',
'ddah-promises',
...
}

Include the ddah-promises URLconf in urls.py:

url(r'^ddah-promises/', include('ddah-promises.urls'))

Run python manage.py syncdb to create ddah-promises's models:

$ python manage.py syncdb

This project is licensed under the GNU Affero General Public License (AGPL). For more information you can access to the digital license edition here.

Everything else

For more information about us, our site FundaciĆ³n Ciudadano Inteligente. And if you want help with patches, report bugs or replicate our project check our repositories.