Re: Removing url() ?

2020-05-10 Thread Tom Forbes
An idea for a Django equivalent to “rails generate” has been floating around my mind for quite a while. Automated codemods are not only useful for fixing deprecations but also many common, repetitive tasks that might involve modifying multiple files or boilerplate (creating a simple model, addin

Re: Removing url() ?

2020-05-10 Thread Bruno Alla
I've started working on a tool provides a set of codemodders for Django: https://github.com/browniebroke/django-codemod It's based on Instagram's libCST (work with Concrete Syn