cuducos / django-public-admin

🔓 A public and read-only version of the Django Admin
MIT License
64 stars 5 forks source link

Add tox #5

Closed cuducos closed 4 years ago

cuducos commented 4 years ago

Depends on #3.

tox will be useful to test this with different versions of Python (from 3.6 to 3.8) and of Django (2 and 3).

anapaulagomes commented 4 years ago

Can I work on this one? 😬

cuducos commented 4 years ago

Sure thing!

I'm reviewing #11 (#3 implementation) later today. But if you want you can pull that branch and we review, test and merge both the implementations for #3 and #5 in the same PR. No problems from my side, since #11 looks really good (thanks @anaschwendler) and I just need to test it locally before mergeing it.

cuducos commented 4 years ago

11 merged.

You can get started at master now ; )