Sadra Yahyapour
Sadra Yahyapour
@rishavganguly007 Would you squash your commits into one?
@rishavganguly007 Sure. You've done six commits. ```sh git rebase -i HEAD~6 ``` Then. change the word `pick` to `squash` from the beginning of the last 5 lines. Save the prompt...
@rishavganguly007 Would you share some demo photos/clips of the integration? (you can upload it within the PR comment)
Nice! What do you think about this?! @ZoranPandovski
That's right. I'm planning to make a pre-commit config and include all those hooks. Any thoughts? :)
Pre-commit hits as a CI pipeline as well. :D
You can either create a new app or override the templates in the root path of your project. What you need to do is you need to tell the Django...
@sdras I'd love to maintain the repo as well. I stopped by to add [a tool that I created earlier](https://github.com/lnxpy/pyaction), but made me upset watching that there had been almost...
@SepehrRasouli Hi. We can do way better than pickle. [Read here](https://setuptools.pypa.io/en/latest/userguide/datafiles.html).
@SepehrRasouli You should use a config file in ~ of each user who has installed the package. I think I need to do it myself. I'll ask for helps if...