byteweaver / django-coupons

A reuseable Django application for coupon gereration and handling.
BSD 3-Clause "New" or "Revised" License
97 stars 62 forks source link

Project status / next release #27

Open dmarcelino opened 6 years ago

dmarcelino commented 6 years ago

Hi @Akuryou and @noxan,

I've noticed the Pypi package is a bit dated, 2015-11-20, any plans to release a new version? Current master seems to support Django 1.10 while Pypi's version doesn't.

Lastly, is this project still being used / maintained?

Thanks!

noxan commented 6 years ago

Hi @dmarcelino, currently nobody is actively developing the packages at the moment. Performing a release shouldn't be any problem, also all kind of help maintaining the package is very welcome. We are still using the package in some projects but they are not receiving any major updates at the moment.

dmarcelino commented 6 years ago

Hello @noxan, thanks for getting back.

I've started using django-coupons a few days ago and so far it seems to satisfy my needs. I don't have much free bandwidth at the moment but I can surely help raising issues and fixing bugs whenever I encounter them in my project. Speaking of which I've raised PRs #30, #31 and #32. All are fairly trivial so please give them a glance. A new Pypi release would be much appreciated as the current one is very old and doesn't support Django 1.10.

Cheers

dmarcelino commented 6 years ago

Hi @noxan and @Akuryou, any update on this? Thanks!

gabn88 commented 4 years ago

@dmarcelino Just wondering, did you also end up using this fork: https://github.com/UfoDriver/django-coupons ? Or did you create your own?