litchfield / django-liststyle

Style your django admin changelist rows with ease!
BSD 3-Clause "New" or "Revised" License
35 stars 27 forks source link

setuptools packaging and other features #2

Closed asfaltboy closed 10 years ago

asfaltboy commented 10 years ago

The distutils packaging did not work for me (templates could not be found after pip install), so I updated setup.py to use setuptools and a MANIFEST.in. In my opinion this came out cleaner.

Also added an sample updated template for the grappelli package and did some general cleanup (remove unused import, use relative import, PEP8 spacing, remove *.pyc files from actual repo).

litchfield commented 10 years ago

Thanks @asfaltboy