san4ezy / django_softdelete

MIT License
79 stars 21 forks source link

Install instructions incomplete and other issues #1

Closed RmaxTwice closed 3 years ago

RmaxTwice commented 3 years ago

Hey, great and simple package, however I tried to use it and noticed there are a bit of missing instructions in the "Installation" section of the main readme.

The pip installation will not install this project but instead this one: https://github.com/scoursen/django-softdelete So I think a rename is in order.

san4ezy commented 3 years ago

Hi, Rafael! Thank you for the questions! I just added the import lines into the examples. Regarding the package name, you shouldn't add it to the installed apps list or other things. Just install the package, import the needed class and use them in your models/managers/querysets. Good luck!

On Thu, May 6, 2021 at 6:39 PM Rafael Vasquez @.***> wrote:

Hey, great and simple package, however I tried to use it and noticed there are a bit of missing instructions in the "Installation" section of the main readme.

  • Do you need to add this package to the django project? if so what would be the name of the package? django_softdelete, softdelete or something else?
  • What would the import statement look like when importing the SoftDeleteModel mixin into a models.py?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/san4ezy/django_softdelete/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPS5CDODA7VCPVCPANCJMDTMKZ3TANCNFSM44HJUD7Q .