diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-04 01:32:09 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-04 01:32:09 -0400 |
| commit | 9f026927c95721ec1f3337cb9e5e837523c2c8df (patch) | |
| tree | 1effcf194a90ad2cc31d5184c36c27d70a8a0d66 /docs/narr/MyProject/MyProject.ini | |
| parent | bf380180c2c5e56131690a56a613c9a229ba7cf8 (diff) | |
| download | pyramid-9f026927c95721ec1f3337cb9e5e837523c2c8df.tar.gz pyramid-9f026927c95721ec1f3337cb9e5e837523c2c8df.tar.bz2 pyramid-9f026927c95721ec1f3337cb9e5e837523c2c8df.zip | |
fix project documentation to account for starter paster template changes
Diffstat (limited to 'docs/narr/MyProject/MyProject.ini')
| -rw-r--r-- | docs/narr/MyProject/MyProject.ini | 15 |
1 files changed, 0 insertions, 15 deletions
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 |
