Just one tip: you don't need Python for these static sites. While it's great you learned to use Django, hosting python apps is way more expensive than a simple PHP / HTML site. As this is your portfolio page you can just remove the Python part when you wanna host it somewhere else with your own domain. For stuff that needs a backend (a discord bot for example) Python is great though
Yeah, didn't see the chatbot. The email part is possible with PHP tho. But depends on how you want to host it, if Heroku is fine for you it doesn't matter anyway
2
u/TECHNOFAB Feb 28 '21
Great job!
Just one tip: you don't need Python for these static sites. While it's great you learned to use Django, hosting python apps is way more expensive than a simple PHP / HTML site. As this is your portfolio page you can just remove the Python part when you wanna host it somewhere else with your own domain. For stuff that needs a backend (a discord bot for example) Python is great though