remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

Python 3 compatibility #32

Open remram44 opened 10 years ago

remram44 commented 10 years ago

Django supports 3, South kinda-supports 3 (1.0 is broken, but 0.8.4 allegedly works).

madjar commented 10 years ago

For the migrations, what about switching to Django 1.7 (which is in rc3 and should be release any day now) ?

remram44 commented 10 years ago

Should probably wait for the release... Also, I don't know how to port the migrations.

remram44 commented 10 years ago

The doc says "delete your old migrations and start from scratch". Oh.

madjar commented 10 years ago

That might not be that much of a problem. Do we have an idea of the number of yoppi deployments?

remram44 commented 10 years ago

sad

madjar commented 10 years ago

So, get rid of the existing migrations, a word in the readme for our imaginary users, and onward we go toward a land of unicorns an magical APIs?