From 9f026927c95721ec1f3337cb9e5e837523c2c8df Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 01:32:09 -0400 Subject: fix project documentation to account for starter paster template changes --- docs/narr/MyProject/MyProject.ini | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/narr/MyProject/MyProject.ini (limited to 'docs/narr/MyProject/MyProject.ini') diff --git a/docs/narr/MyProject/MyProject.ini b/docs/narr/MyProject/MyProject.ini deleted file mode 100644 index 6741af913..000000000 --- a/docs/narr/MyProject/MyProject.ini +++ /dev/null @@ -1,15 +0,0 @@ -[DEFAULT] -debug = true - -[app:main] -use = egg:MyProject#app -reload_templates = true -debug_authorization = false -debug_notfound = false -debug_templates = true -default_locale_name = en - -[server:main] -use = egg:Paste#http -host = 0.0.0.0 -port = 6543 -- cgit v1.2.3