Joaquim Rocha
Published on

Classical static web pages with Django

Authors
  • avatar
    Name
    Joaquim Rocha
    Twitter
  • Principal Software Engineering Manager at Microsoft

Will Larson wrote this great article on how to use Django to create those web pages you happily used to do when all you knew was HTML.

Until about an year ago, I was using PHP for these static web pages. The idea was to have just one base index.php and include files by usage of GET to retrieve the PHP files. It was a basic but helpful automation.

The way Will teach you with Django and a basic Python script is much more useful as it abstracts a bunch of stuff.

Give it a try!