top | item 46157839

(no title)

jim180 | 2 months ago

wouldn't it be faster/safer to upgrade to latest django/python rather than rewrite it in React/Go?

discuss

order

OoooooooO|2 months ago

Python 2 to Python 3 in a Django codebase ... may be a full rewrite anyway.

dirk27|2 months ago

Many people migrated Django projects from 2 -> 3. Certainly something that takes effort, but hardly a rewrite.

graemep|2 months ago

Nothing like a full rewrite. I migrated multiple projects, but while there is a significant amount of work involved its a tiny fraction of what a full rewrite would require.

stuaxo|2 months ago

Its fine, I ported quite a few Django libraries to python 3 at the time just because I wanted to use them.

2to3 gets you pretty far and theres not much in the rest.

elzbardico|2 months ago

Did it a couple of times. Not something you can do with your eyes closed, but not even close to the nightmare of upgrading a JS application or upgrading a rails app.