Moving from Django to Webflow... anyone tried?

Has anyone migrated a site from Django to Webflow before?

Most importantly, looking to see if there’s an easy way to import their database into Webflow.
Thanks.

1 Like

I believe that is a Python framework. You’d have to get everything you can into CSV files, then create corresponding collections in Webflow, and import the data, and develop the CMS. You’d also have to recreate or redesign the site in Webflow. Let me know if you need any help.

Thanks!

Hi! I wrote a script that imports webflow code, which I’m using with django for my product https://amazing.photos

Here is a video I made explaining the first version of the script that I wrote https://twitter.com/tomdekan/status/1627406008917139457, including a link to the repo with the script.