akaariai / django-reverse-unique

A ReverseUnique model field implementation for Django
BSD 3-Clause "New" or "Revised" License
22 stars 5 forks source link

Make this a proper Python package #4

Closed akaariai closed 9 years ago

akaariai commented 9 years ago

I'd like to do three things:

CI-tests would be nice, too.

As said above I haven't done a package before, so if somebody has some experience of how to do the above mentioned things, I'm all ears.

charettes commented 9 years ago

I can deal with packaging and CI if you want. Not sure about the different Github account however.

akaariai commented 9 years ago

Cool. Lets forget about the different account for now.

charettes commented 9 years ago

See #5 for Django 1.7+ support, Tox and coverage, TravisCI and Coveralls.

akaariai commented 9 years ago

Done. Huge thanks to @charettes .