{
"info": {
"author": "Filip Wasilewski",
"author_email": "en@ig.ma",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Automatic Django configuration and utilities for Heroku\n=======================================================\n\nQuickstart\n----------\n\nSimplify Django configuration in two easy steps:\n\nInclude ``django-herokuify`` and ``pylibmc`` packages in your\n``requirements.txt`` file.\n\nIn the Django ``settings.py`` of your Heroku project add:\n\n .. code-block:: py\n\n import herokuify\n\n from herokuify.common import * # Common settings, SSL proxy header\n from herokuify.aws import * # AWS access keys as configured in env\n from herokuify.mail.mailgun import * # Email settings for Mailgun add-on\n from herokuify.mail.sendgrid import * # ... or Sendgrid\n\n DATABASES = herokuify.get_db_config() # Database config\n CACHES = herokuify.get_cache_config() # Cache config for Memcache/MemCachier\n\n\nAdditionally, you can use storage backends that works well with Amazon S3\nand Django Compressor:\n\n .. code-block:: py\n\n DEFAULT_FILE_STORAGE = \"herokuify.storage.S3MediaStorage\"\n MEDIA_URL = \"https://{0}.s3.amazonaws.com/media/\".format(AWS_STORAGE_BUCKET_NAME)\n\n STATICFILES_STORAGE = \"herokuify.storage.CachedS3StaticStorage\"\n STATIC_URL = \"https://{0}.s3.amazonaws.com/static/\".format(AWS_STORAGE_BUCKET_NAME)\n\n COMPRESS_STORAGE = \"herokuify.storage.CachedS3StaticStorage\"\n COMPRESS_OFFLINE = True\n\nNote: The ``pylibmc`` package entry in your project's root ``requirements.txt``\nfile is necessary for Heroku Django buildpack to properly configure\nthe ``libmemcached`` C dependency.\n\nDocumentation\n-------------\n\nSee docs for more information:\n`django-herokuify.readthedocs.org `_\n\nDependencies\n------------\n\n``django-herokuify`` installs the following dependencies by default:\n\n- Caching and cache configuration::\n\n pylibmc>=1.2.3\n django-pylibmc-sasl>=0.2.4\n django-heroku-memcacheify>=0.3\n\n- DB configuration::\n\n dj-database-url>=0.2.1\n django-heroku-postgresify>=0.2\n\n- Storage backend::\n\n django-storages>=1.1.5\n boto>=2.6.0\n\nLicense\n-------\n\n`django-herokuify` is released under the BSD license.\n\nOther Resources\n---------------\n\n- GitHub repository - https://github.com/nigma/django-herokuify\n- PyPi Package site - http://pypi.python.org/pypi/django-herokuify\n- `Distutils dev version link `_",
"description_content_type": null,
"docs_url": "https://pythonhosted.org/django-herokuify/",
"download_url": "https://github.com/nigma/django-herokuify/zipball/master",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/nigma/django-herokuify",
"keywords": null,
"license": "BSD",
"maintainer": null,
"maintainer_email": null,
"name": "django-herokuify",
"package_url": "https://pypi.org/project/django-herokuify/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-herokuify/",
"project_urls": {
"Download": "https://github.com/nigma/django-herokuify/zipball/master",
"Homepage": "https://github.com/nigma/django-herokuify"
},
"release_url": "https://pypi.org/project/django-herokuify/1.0.pre3/",
"requires_dist": null,
"requires_python": null,
"summary": "Automatic Django configuration and utilities for Heroku.",
"version": "1.0.pre3"
},
"last_serial": 548433,
"releases": {
"1.0.pre1": [
{
"comment_text": "",
"digests": {
"md5": "69218f6f0fd7daec6ec1e06f1f447358",
"sha256": "0e81f27e95a57d032b40d63ab9e2fd0a7959e4b8df412a1f3545ab8947f62677"
},
"downloads": -1,
"filename": "django_herokuify-1.0.pre1-py2.7.egg",
"has_sig": false,
"md5_digest": "69218f6f0fd7daec6ec1e06f1f447358",
"packagetype": "bdist_egg",
"python_version": "2.7",
"requires_python": null,
"size": 9169,
"upload_time": "2013-01-23T00:57:57",
"url": "https://files.pythonhosted.org/packages/9b/81/201d3f9d07bb281991ddd5bbae2a2ea85f3e6676e7e475542a8dd3a949d3/django_herokuify-1.0.pre1-py2.7.egg"
},
{
"comment_text": "",
"digests": {
"md5": "be64d9698f13a0a6afde9e826c531925",
"sha256": "3a73f88bb9b9a2b8c08bf923fcafd630f4283f0b53c0c7fd5944a0df01c96a58"
},
"downloads": -1,
"filename": "django-herokuify-1.0.pre1.zip",
"has_sig": false,
"md5_digest": "be64d9698f13a0a6afde9e826c531925",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26421,
"upload_time": "2013-01-23T00:55:42",
"url": "https://files.pythonhosted.org/packages/66/76/7c7048d468521778c8df0da837091ec3e8480afb80b55ab09890cbc92b0d/django-herokuify-1.0.pre1.zip"
}
],
"1.0.pre2": [
{
"comment_text": "",
"digests": {
"md5": "bb02225d7617e7d7b20d6d1212573f9f",
"sha256": "f0a24a2b2d1727d647302eeabe144b0393ce392dd736159b455d66d89de3a7a4"
},
"downloads": -1,
"filename": "django_herokuify-1.0.pre2-py2.7.egg",
"has_sig": false,
"md5_digest": "bb02225d7617e7d7b20d6d1212573f9f",
"packagetype": "bdist_egg",
"python_version": "2.7",
"requires_python": null,
"size": 10227,
"upload_time": "2013-01-23T02:07:38",
"url": "https://files.pythonhosted.org/packages/98/70/229e039839fe92a095d71bf82297b0386590eed82813668d94e93fd52981/django_herokuify-1.0.pre2-py2.7.egg"
},
{
"comment_text": "",
"digests": {
"md5": "81c66570409c0312adcae42fafe16c27",
"sha256": "ebc0c345f1d56f3d429cf5987f8150ea227b153979b46a629b47de0fbed78d90"
},
"downloads": -1,
"filename": "django-herokuify-1.0.pre2.zip",
"has_sig": false,
"md5_digest": "81c66570409c0312adcae42fafe16c27",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27044,
"upload_time": "2013-01-23T02:07:35",
"url": "https://files.pythonhosted.org/packages/8a/79/f137c6bd879f1a78b35b017a68573a09504687f2ad79cdaa317466ffbddf/django-herokuify-1.0.pre2.zip"
}
],
"1.0.pre3": [
{
"comment_text": "",
"digests": {
"md5": "7c67606683872d4697f8898789185ada",
"sha256": "0c96acfd169543ba537a3523227e73c13a0bfff0779f71c1fd096999200100ec"
},
"downloads": -1,
"filename": "django_herokuify-1.0.pre3-py2.7.egg",
"has_sig": false,
"md5_digest": "7c67606683872d4697f8898789185ada",
"packagetype": "bdist_egg",
"python_version": "2.7",
"requires_python": null,
"size": 10249,
"upload_time": "2013-01-23T02:52:20",
"url": "https://files.pythonhosted.org/packages/9e/e3/b4358a984973e8ce153a3bc97d2adb7ebe6e132343c0665855510c7a680f/django_herokuify-1.0.pre3-py2.7.egg"
},
{
"comment_text": "",
"digests": {
"md5": "9b0ebd6ae7d4029e008e52deabdcb2f5",
"sha256": "b3c22be849bef13d82ddf71bcba2ff41c9f2dc6e6653760934f68b7e3f380938"
},
"downloads": -1,
"filename": "django-herokuify-1.0.pre3.zip",
"has_sig": false,
"md5_digest": "9b0ebd6ae7d4029e008e52deabdcb2f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27568,
"upload_time": "2013-01-23T02:52:17",
"url": "https://files.pythonhosted.org/packages/f3/71/80fac103d985788e0dd85b7193c81ee8e47dae9c5a9306c95f8237fa337c/django-herokuify-1.0.pre3.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "7c67606683872d4697f8898789185ada",
"sha256": "0c96acfd169543ba537a3523227e73c13a0bfff0779f71c1fd096999200100ec"
},
"downloads": -1,
"filename": "django_herokuify-1.0.pre3-py2.7.egg",
"has_sig": false,
"md5_digest": "7c67606683872d4697f8898789185ada",
"packagetype": "bdist_egg",
"python_version": "2.7",
"requires_python": null,
"size": 10249,
"upload_time": "2013-01-23T02:52:20",
"url": "https://files.pythonhosted.org/packages/9e/e3/b4358a984973e8ce153a3bc97d2adb7ebe6e132343c0665855510c7a680f/django_herokuify-1.0.pre3-py2.7.egg"
},
{
"comment_text": "",
"digests": {
"md5": "9b0ebd6ae7d4029e008e52deabdcb2f5",
"sha256": "b3c22be849bef13d82ddf71bcba2ff41c9f2dc6e6653760934f68b7e3f380938"
},
"downloads": -1,
"filename": "django-herokuify-1.0.pre3.zip",
"has_sig": false,
"md5_digest": "9b0ebd6ae7d4029e008e52deabdcb2f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27568,
"upload_time": "2013-01-23T02:52:17",
"url": "https://files.pythonhosted.org/packages/f3/71/80fac103d985788e0dd85b7193c81ee8e47dae9c5a9306c95f8237fa337c/django-herokuify-1.0.pre3.zip"
}
]
}