mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 05:30:16 +03:00
Update the docs
This commit is contained in:
parent
365f9333d5
commit
858ed5d318
1
docs/support-matrix.development.tgn
Normal file
1
docs/support-matrix.development.tgn
Normal file
File diff suppressed because one or more lines are too long
|
@ -33,49 +33,57 @@ Operating Systems
|
|||
* **Windows**.
|
||||
|
||||
|
||||
Notation
|
||||
~~~~~~~~
|
||||
|
||||
The Matrix
|
||||
----------
|
||||
* +: supported.
|
||||
* ⌚: soon to be supported.
|
||||
* −: not supported.
|
||||
|
||||
|
||||
|
||||
Environments
|
||||
------------
|
||||
|
||||
.. 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`_ | | | | | | | | | | | | |
|
||||
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
|
||||
|
||||
Development
|
||||
~~~~~~~~~~~
|
||||
|
||||
+---------------+-----------------------+-----------------------+
|
||||
| | Bare bones | Docker |
|
||||
+---------------+-----------------------+-----------------------+
|
||||
| | Linux | Mac | Windows | Linux | Mac | Windows |
|
||||
+===============+=======+=====+=========+=======+=====+=========+
|
||||
| `WhiteNoise`_ | | | | \+ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `Celery`_ | | | | \+ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `MailHog`_ | | | | \+ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `Sentry`_ | | | | \+ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `Opbeat`_ | | | | \+ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `Compressor`_ | | | | \+ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `Gulp`_ | | | | \⌚ | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `Grunt`_ | | | | \− | | |
|
||||
+---------------+-------+-----+---------+-------+-----+---------+
|
||||
| `PyCharm`_ | \+ |
|
||||
+---------------+-----------------------------------------------+
|
||||
|
||||
|
||||
Elastic Beanstalk \*: experimental support.
|
||||
Production
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
|
||||
.. Elastic Beanstalk \*: experimental support.
|
||||
|
||||
|
||||
.. _`PostgreSQL`: https://www.postgresql.org/
|
||||
.. _`WhiteNoise`: https://github.com/evansd/whitenoise
|
||||
|
@ -83,7 +91,7 @@ Elastic Beanstalk \*: experimental support.
|
|||
.. _`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
|
||||
.. _`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/
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user