pinax / pinax-ratings

a ratings app for Django
MIT License
90 stars 28 forks source link

Update against latest pinax-starter-app standards #22

Closed paltman closed 8 years ago

paltman commented 8 years ago

Take a look at pinax-starter-app and update this repo with the updates there.

Since this is a template project you can't easily do a computed diff but will have to manually compare. For instance there isn't a makemigrations.py script, so you need to add one by copying in the one from the starter app and updating it to work with pinax-ratings.

Others might be more of a diff, like just copying tox.ini and .travis.yml files in and over the existing ones and modifying as needed for pinax-ratings.