Skip to content

Commit

Permalink
Fix entrypoint location.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulif committed Apr 27, 2012
1 parent 25f7adc commit 2982504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/grokcore/startup/README.txt
Expand Up @@ -346,14 +346,14 @@ Environment without a ZODB
To setup a grok environment which works without the zodb you
have to replace the paster-application-factory which typically is
located in the debug.ini and in the deploy.ini: To be concrete
replace grokcore.startup#... with megrok.nozodb#nozodb
replace grokcore.startup#... with grokcore.startup#nozodb

[app:grok]
use = egg:megrok.nozodb#nozodb
use = egg:grokcore.startup#nozodb


We have to create a simple site definition file, which is also quite
plain::
plain:

>>> import os, tempfile
>>> temp_dir = tempfile.mkdtemp()
Expand Down

0 comments on commit 2982504

Please sign in to comment.