Skip to content

issues Search Results · repo:django-commons/django-click language:Python

Filter by

18 results
 (53 ms)

18 results

indjango-commons/django-click (press backspace or delete to remove)

It would be cool if these commands could be available via Django admin with auto generated form fields to provide inputs based on the click command definition. This likely falls out of the scope of this ...
  • nefrob
  • 5
  • Opened 
    on Jan 3, 2024
  • #40

When either sending a SIGINT or using raise click.Abort, I would expect the application to shut down cleanly with the appropriate error code. Instead, I get the following stack trace: Traceback (most ...
  • peacememories
  • Opened 
    on Jul 19, 2022
  • #39

Hi and thanks for maintaining this convenient library. It really makes our management commands look a lot cleaner. What s missing for us at the moment, though, is typing annotations, since we re running ...
  • peacememories
  • 2
  • Opened 
    on Jun 20, 2022
  • #38

I am usually using Typer on top of Click for command line. This gives a nice way to use Type hints to define variables. https://typer.tiangolo.com How complex do you think it would be to have a Typer ...
  • Benoss
  • 5
  • Opened 
    on Oct 10, 2021
  • #36

Since June earlier this year, Travis CI no longer supports free open source CI. If you look at the Travis builds, you can see they haven t been running since then. Github Actions has become the defacto ...
  • joshuadavidthomas
  • Opened 
    on Oct 6, 2021
  • #34

The recent changes in #27, to support Click 8, have not been released. @FlipperPA Could you issue a new release on PyPI please?
  • brianhelba
  • 2
  • Opened 
    on Sep 1, 2021
  • #32

Doing something as simple as raise ClickException( my error message ) results in an error being thrown during the handling of the ClickException: Traceback (most recent call last): File /home/daniel.chiquito/envs/dandi-api/lib/python3.8/site-packages/djclick/adapter.py ...
  • dchiquito
  • Opened 
    on Aug 6, 2021
  • #29

Assuming we have a command named foo... import io buffer = io.StringIO() from django.core.management import call_command call_command( foo , stdout=buffer) out = buffer.getvalue() assert whatever in ...
  • erayerdin
  • Opened 
    on Jul 13, 2021
  • #28

A couple of days ago, Click 8 was released. I ve since tried using this with a project that has a dependency on Click 8, which led to some invalid dependency resolution due to the fact that django-click ...
  • DragosDumitrache
  • 1
  • Opened 
    on May 14, 2021
  • #26

The following script works with the base click library but raises an exception with the django-click library. import djclick as click @click.command() @click.argument( name , help= Some name ) def command(name): ...
  • johnnymetz
  • 1
  • Opened 
    on Mar 10, 2021
  • #24
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub