Reputation: 191
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
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