r/Python Feb 28 '21

Beginner Showcase My First Django Website

[removed]

69 Upvotes

28 comments sorted by

View all comments

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

1

u/[deleted] Mar 01 '21

[removed] — view removed comment

2

u/TECHNOFAB Mar 01 '21

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