This is a Mezzanine library for Heroku apps, a modification of django-heroku
Project description
mezzanine-heroku (Python Library)
=================================
.. image:: https://img.shields.io/pypi/v/mezzanine-heroku.svg
:target: `PyPi`_
.. image:: https://travis-ci.com/jackvz/mezzanine-heroku.svg?branch=master
:target: https://travis-ci.com/jackvz/mezzanine-heroku
.. image:: https://img.shields.io/github/license/jackvz/mezzanine-heroku.svg
:target: https://github.com/jackvz/mezzanine-heroku/blob/master/LICENSE
This is a `Mezzanine <http://mezzanine.jupo.org/>`_ library for `Heroku <https://www.heroku.com/>`_ applications that ensures a seamless deployment and development experience.
This is a modification of `django-heroku <https://github.com/heroku/django-heroku>`_.
The only essential change is the static files storage coniguration.
This is tested with the settings generated by 'mezzanine-project -a cartridge project_name' with:
Django 1.11.20
Mezzanine 4.3.1
Cartridge 0.13.0
This library provides:
- Settings configuration (Static files / WhiteNoise).
- Logging configuration.
- Test runner (important for `Heroku CI <https://www.heroku.com/continuous-integration>`_).
--------------
Mezzanine 4.3.1 and Django 1.11.20 is targeted, and Python 3 is supported.
Usage of mezzanine-heroku
-------------------------
In ``settings.py``, at the very bottom::
…
# Configure Mezzanine for Heroku.
import mezzanine_heroku
mezzanine_heroku.settings(locals())
This will automatically configure ``DATABASE_URL``, ``ALLOWED_HOSTS``, WhiteNoise (for static assets), Logging, and Heroku CI for your application.
**Bonus points!** If you set the ``SECRET_KEY`` environment variable, it will automatically be used in your Mezzanine settings, too!
Disabling Functionality
///////////////////////
``settings()`` also accepts keyword arguments that can be passed ``False`` as a value, which will disable automatic configuration for their specific areas of responsibility:
- ``databases``
- ``test_runner``
- ``staticfiles``
- ``allowed_hosts``
- ``logging``
- ``secret_key``
=================================
.. image:: https://img.shields.io/pypi/v/mezzanine-heroku.svg
:target: `PyPi`_
.. image:: https://travis-ci.com/jackvz/mezzanine-heroku.svg?branch=master
:target: https://travis-ci.com/jackvz/mezzanine-heroku
.. image:: https://img.shields.io/github/license/jackvz/mezzanine-heroku.svg
:target: https://github.com/jackvz/mezzanine-heroku/blob/master/LICENSE
This is a `Mezzanine <http://mezzanine.jupo.org/>`_ library for `Heroku <https://www.heroku.com/>`_ applications that ensures a seamless deployment and development experience.
This is a modification of `django-heroku <https://github.com/heroku/django-heroku>`_.
The only essential change is the static files storage coniguration.
This is tested with the settings generated by 'mezzanine-project -a cartridge project_name' with:
Django 1.11.20
Mezzanine 4.3.1
Cartridge 0.13.0
This library provides:
- Settings configuration (Static files / WhiteNoise).
- Logging configuration.
- Test runner (important for `Heroku CI <https://www.heroku.com/continuous-integration>`_).
--------------
Mezzanine 4.3.1 and Django 1.11.20 is targeted, and Python 3 is supported.
Usage of mezzanine-heroku
-------------------------
In ``settings.py``, at the very bottom::
…
# Configure Mezzanine for Heroku.
import mezzanine_heroku
mezzanine_heroku.settings(locals())
This will automatically configure ``DATABASE_URL``, ``ALLOWED_HOSTS``, WhiteNoise (for static assets), Logging, and Heroku CI for your application.
**Bonus points!** If you set the ``SECRET_KEY`` environment variable, it will automatically be used in your Mezzanine settings, too!
Disabling Functionality
///////////////////////
``settings()`` also accepts keyword arguments that can be passed ``False`` as a value, which will disable automatic configuration for their specific areas of responsibility:
- ``databases``
- ``test_runner``
- ``staticfiles``
- ``allowed_hosts``
- ``logging``
- ``secret_key``
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mezzanine-heroku-0.3.12.tar.gz.
File metadata
- Download URL: mezzanine-heroku-0.3.12.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c24622d2e47184e1969ea5f9d2446031e760d894832c8fdd7275f462b950b6fa
|
|
| MD5 |
a06e19d8ca99d098bbc32a9b843be9bd
|
|
| BLAKE2b-256 |
514f14862d72b27063d22a7d6013c7ec2c273d0fee8798193ed1cb7926b4128f
|