Configuration.py 109 B

12345
  1. DefaultVariables={
  2. 'title':'This is a test blog!'
  3. }
  4. HomePageTemplateFile='HomePage.html'
  5. PostsDir='posts'