+ 4
server side language
I know my question might be dumb lol but i really want to understand how i can add a server side language to my website
4 Respuestas
+ 5
You can use django or flask.
Flask is simpler but doesn't have as much option as django, choose whichever you feel comfortable with
+ 4
Wowww Bagon thanks a lot
I gerrit now😊😊
+ 3
Yeah i know but how can i link the python(django) to my website
+ 1
Place the python script and your website files in the same directory, then you can render those files from python and host them on your local machine