django-typer
Command CLI
Provides a standardized interface for managing Django commands using Type hints and Typer
Use Typer (type hints) to define the interface for your Django management commands.
84 stars
2 watching
2 forks
Language: Python
last commit: 14 days ago admincliclickcommand-linecommandsdjangomanagementpythonpython3shellterminaltypehintstyper
Related projects:
Repository | Description | Stars |
---|---|---|
garetjax/django-click | A tool to simplify writing Django management commands using the click CLI library | 251 |
django-cms/djangocms-style | An addon for Django CMS that allows you to create HTML containers with custom styles and attributes. | 38 |
django-cms/django-filer | A file management application for Django that simplifies handling of files and images. | 1,774 |
django-cms/djangocms-column | Provides a customizable column structure for content management in django CMS | 18 |
django-cms/djangocms-admin-style | Adds custom CSS styles to the Django admin interface | 422 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 866 |
kmmbvnr/django-jenkins | Automates Django application testing and reporting with Jenkins integration. | 945 |
django-cms/djangocms-link | A plugin for adding links on a Django CMS site | 34 |
tikalk/commandcar | A CLI tool for automating API requests with a simple, customizable syntax. | 736 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
ceterai/django-pyproject | Tool to store Django settings in pyproject.toml file | 5 |
app-generator/django-admin-volt | A Django Admin template built on top of Volt Dashboard, providing a modern and customizable interface for managing users and authentication | 145 |
django-wiki/django-wiki | A wiki system with complex functionality and a good interface for simple integration using Django models | 1,833 |
mozilla/django-csp | A Django middleware that enables the implementation of Content Security Policy (CSP) headers. | 569 |
typeddjango/djangorestframework-stubs | Mypy stubs for Django REST Framework to support type hinting and static typing | 453 |