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.
93 stars
2 watching
2 forks
Language: Python
last commit: about 1 month 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,779 |
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 | 424 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 868 |
kmmbvnr/django-jenkins | Automates Django application testing and reporting with Jenkins integration. | 945 |
django-cms/djangocms-link | Enables links in django CMS projects with customizable templates and link types. | 35 |
tikalk/commandcar | A CLI tool for automating API requests with a simple, customizable syntax. | 737 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,733 |
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 | 147 |
django-wiki/django-wiki | A web application framework with built-in wiki functionality | 1,838 |
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 | 458 |