-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
table th:first-child, table td:first-child { | ||
white-space: nowrap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,5 +193,6 @@ the self argument in your commands.** | |
extensions | ||
shell_completion | ||
howto | ||
showcase | ||
reference | ||
changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.. include:: ./refs.rst | ||
|
||
.. raw:: html | ||
|
||
<link rel="stylesheet" type="text/css" href="_static/showcase.css"> | ||
|
||
======== | ||
Showcase | ||
======== | ||
|
||
These packages provide management commands that have been implemented using django-typer_. If you | ||
would like us to showcase a package, | ||
`please submit a PR <https://github.com/django-commons/django-typer>`_. | ||
|
||
.. note:: | ||
|
||
The following packages are not maintained by the django-typer_ project. If you have any issues | ||
with the packages, please contact the package maintainers. | ||
|
||
---------------- | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - Package | ||
- Description | ||
* - `django-tailwind-cli <https://pypi.org/project/django-tailwind-cli>`_ | ||
- Django and Tailwind integration based on the prebuilt Tailwind CSS CLI. | ||
* - `django-render-static <https://pypi.org/project/django-render-static>`_ | ||
- Use Django's template engines to render static files at deployment or package time. Includes | ||
transpilers for extending Django's url reversal and enums to JavaScript. | ||
* - `django-routines <https://pypi.org/project/django-routines>`_ | ||
- Define named sequences of management commands in Django settings files for batched execution. |