mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
parent
26f5659e56
commit
365f9333d5
|
@ -12,6 +12,7 @@ Contents:
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
support-matrix
|
||||
project-generation-options
|
||||
developing-locally
|
||||
developing-locally-docker
|
||||
|
@ -25,7 +26,7 @@ Contents:
|
|||
faq
|
||||
troubleshooting
|
||||
my-favorite-cookie
|
||||
deployment-with-elastic-beanstalk
|
||||
deployment-with-elastic-beanstalk
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
91
docs/support-matrix.rst
Normal file
91
docs/support-matrix.rst
Normal file
|
@ -0,0 +1,91 @@
|
|||
Support Matrix
|
||||
==============
|
||||
|
||||
.. index:: matrix, support matrix, compatibility matrix, version matrix, version support matrix
|
||||
|
||||
|
||||
|
||||
Scope
|
||||
-----
|
||||
|
||||
|
||||
Setups
|
||||
~~~~~~
|
||||
|
||||
* **Bare bones**: native Python setup implying the use of `virtualenv`_ and friends (`pyenv`_, `pyenv-virtualenv`_, `virtualenvwrapper`_, `pyenv-virtualenvwrapper`_, `pipenv`_ etc.)
|
||||
* **Docker**: Docker-powered setup implying the use of `Docker`_, `Docker Compose`_ etc.
|
||||
|
||||
.. _`virtualenv`: https://github.com/pypa/virtualenv
|
||||
.. _`pyenv`: https://github.com/pyenv/pyenv
|
||||
.. _`pyenv-virtualenv`: https://github.com/pyenv/pyenv-virtualenv
|
||||
.. _`virtualenvwrapper`: https://virtualenvwrapper.readthedocs.io/en/stable/
|
||||
.. _`pyenv-virtualenvwrapper`: https://github.com/pyenv/pyenv-virtualenvwrapper
|
||||
.. _`pipenv`: https://github.com/kennethreitz/pipenv
|
||||
.. _`Docker`: https://github.com/moby/moby
|
||||
.. _`Docker Compose`: https://github.com/docker/compose
|
||||
|
||||
|
||||
Operating Systems
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* **Linux**.
|
||||
* **Mac**.
|
||||
* **Windows**.
|
||||
|
||||
|
||||
|
||||
The Matrix
|
||||
----------
|
||||
|
||||
.. Generated via http://www.tablesgenerator.com/text_tables
|
||||
.. Header rows and columns' thick borders set manually.
|
||||
|
||||
+------------------------+-----------------------------------------------+-----------------------------------------------+
|
||||
| | Development | Production |
|
||||
+ +-----------------------------------------------+-----------------------------------------------+
|
||||
| | Bare bones | Docker | Bare bones | Docker |
|
||||
+ +-----------------------+-----------------------+-----------------------+-----------------------+
|
||||
| | Linux | Mac | Windows | Linux | Mac | Windows | Linux | Mac | Windows | Linux | Mac | Windows |
|
||||
+========================+=======+=====+=========+=======+=====+=========+=======+=====+=========+=======+=====+=========+
|
||||
| `WhiteNoise`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Celery`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `MailHog`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Sentry`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Opbeat`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Django Compressor`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Gulp`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Grunt`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Heroku`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `Elastic Beanstalk`_ * | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
| `PyCharm`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
|
||||
|
||||
Elastic Beanstalk \*: experimental support.
|
||||
|
||||
.. _`PostgreSQL`: https://www.postgresql.org/
|
||||
.. _`WhiteNoise`: https://github.com/evansd/whitenoise
|
||||
.. _`Celery`: https://github.com/celery/celery
|
||||
.. _`MailHog`: https://github.com/mailhog/MailHog
|
||||
.. _`Sentry`: https://github.com/getsentry/sentry
|
||||
.. _`Opbeat`: https://github.com/opbeat/opbeat_python
|
||||
.. _`Django Compressor`: https://github.com/django-compressor/django-compressor
|
||||
.. _`Gulp`: https://github.com/gulpjs/gulp
|
||||
.. _`Grunt`: https://github.com/gruntjs/grunt
|
||||
.. _`Heroku`: https://www.heroku.com/
|
||||
.. _`Elastic Beanstalk`: https://aws.amazon.com/elasticbeanstalk/
|
||||
.. _`PyCharm`: https://www.jetbrains.com/pycharm/
|
1
docs/support-matrix.tgn
Normal file
1
docs/support-matrix.tgn
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user