Michele Lacchia

Results 102 comments of Michele Lacchia

Maybe I can open a PR with the linting, get it merged and then rebase my branch on master so that only the relevant changes are left in this PR?...

> Is it worth writing a data migration for this? I know there's 5-10 others from slack that are running the repo, so I know it's not just me that...

I suggest you test locally, since now I'm not able to. If everything works, I think it's simpler to merge this one after #72.

There you go. It should be good now.

From my experiments, `'categories': 'created_on'` works fine. The real bottleneck was `'terms': 'created_on'` which didn't work in django-chartit. With django-chartit2 it's possible to specify a function to handle the data....

@owocki I had price data in the admin and the chart was displaying correctly. Then I generated fake data in another Django project to test PivotChart and it was working...

argh's creator a while ago (Pyg 0.5 !) suggested me to add this in my `~/.bashrc`: ``` # argh-powered python scripts _argh_completion() { COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \ COMP_CWORD=$COMP_CWORD \ ARGH_AUTO_COMPLETE=1...

This works... But I don't know if it is correct. Create the file `/etc/bash_completion.d/pyg`: ``` _pyg() { local cur prev opts COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" opts="install bundle download pack remove search...

I think for now it is enogh. We can extend it in next releases.

:D Sorry I don't know how to do that for zsh... Do you have any idea? :)