{"id":17873978,"url":"https://github.com/nigma/django-herokuify","last_synced_at":"2025-03-21T22:31:41.400Z","repository":{"id":5169071,"uuid":"6340474","full_name":"nigma/django-herokuify","owner":"nigma","description":"Automatic Django configuration and utilities for Heroku","archived":false,"fork":false,"pushed_at":"2013-02-10T11:25:54.000Z","size":155,"stargazers_count":39,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T05:43:54.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nigma.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-22T18:52:13.000Z","updated_at":"2025-01-21T21:08:49.000Z","dependencies_parsed_at":"2022-08-19T13:00:48.897Z","dependency_job_id":null,"html_url":"https://github.com/nigma/django-herokuify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigma%2Fdjango-herokuify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigma%2Fdjango-herokuify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigma%2Fdjango-herokuify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigma%2Fdjango-herokuify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nigma","download_url":"https://codeload.github.com/nigma/django-herokuify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880281,"owners_count":20525505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T11:07:10.716Z","updated_at":"2025-03-21T22:31:41.056Z","avatar_url":"https://github.com/nigma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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`http://pythonhosted.org/django-herokuify/ \u003chttp://pythonhosted.org/django-herokuify/\u003e`_\n\nDependencies\n------------\n\n``django-herokuify`` installs the following dependencies by default:\n\n- Caching and cache configuration::\n\n   pylibmc\u003e=1.2.3\n   django-pylibmc-sasl\u003e=0.2.4\n   django-heroku-memcacheify\u003e=0.3\n\n- DB configuration::\n\n    dj-database-url\u003e=0.2.1\n    django-heroku-postgresify\u003e=0.2\n\n- Storage backend::\n\n    django-storages\u003e=1.1.5\n    boto\u003e=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 \u003chttps://github.com/nigma/django-herokuify/tarball/master#egg=django-herokuify-dev\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnigma%2Fdjango-herokuify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnigma%2Fdjango-herokuify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnigma%2Fdjango-herokuify/lists"}