Promises app.
Project description
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)