falcopackages / falco-cli

Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
https://falco.oluwatobi.dev/
Other
365 stars 17 forks source link

fix: handle case when model is already registered #97

Closed earthcomfy closed 3 months ago

earthcomfy commented 3 months ago

closes #96

Tested it with the demo app inside this project by creating another app. It raises the admin registered exception as mentioned in the issue without the check added in this PR.

Let me know if it needs an update. Thanks a lot for making the tool and looking forward to contribute more.

Tobi-De commented 3 months ago

Thanks for this @earthcomfy, I'll check it out when I have some free time very soon.