Moralis with Django

Hi,
I am considering converting my existing webiste into a web3-compatible one.
I built my website using the Django framework and it is hosted using Heroku. In the event I would like to convert it to accept web3 functions, could I simply re-use my code and add relevant (javascript) functions? Or should I start from scratch? What is the best solution?
Thank you

you can add relevant javascript functions to your Django application

1 Like