mag443
mag443

Reputation: 191

generating httptemplate (html) using python code

I have used python so far only for simple applications. I want to create a html file using python code which I can use on web server. How can I create this template using Django?

Upvotes: 0

Views: 69

Answers (1)

mabdrabo
mabdrabo

Reputation: 1060

you'll need an intro, take a look at this post http://elleestcrimi.me/2012/03/15/introduction-django-guestbook-application/ it walks you through creating a simple django app. if there's something you can't understand there, you can comment on the blog post, the owner is very helpful

Upvotes: 1

Related Questions