Skip to main content

Promises app.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ddah-promises-0.0.6.tar.gz (7.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page