Issue
I created a website through WordPress, but now I want to migrate my site to Django without losing my data.
So, how can I switch my website from WordPress to Django?
Solution
Should be pretty easy. Once you've designed and built your Django app and it's functioning correctly, write a Python script that accesses all the necessary data form your WP database and creates the corresponding Django objects.
If you're not an experienced programmer this will be extremely hard, unfortunately. But you'll learn a lot.
Answered By - Rob L
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.