0
It is possible to migrate a web system in production made in web2py to a redone in Django, maintaining the same database?
I have a system made in web2py (in production) and need to redo it in Django, keeping the same database. The problem is that Django and web2py have different tables systems for users.
Therefore, the database in production has the web2py user tables, while in Django several tables are created by default (being the user only one of them).
How I can make Django work (with authentication system) using a ready-made database of a web2py system?
Thank you for your attention!
P.S.: the original BD was made in postgresql.
I don’t know Web2py and I don’t know which table structure was created for authentication. Maybe if you put a schema print it might be easier to point out a solution.
– André Duarte