On 13 mai, 15:30, leveille <[email protected]> wrote:
> I am on the cusp of finishing my first Pylons (and also first real
> Python) application (a blog, imagine that). I still have some cleanup
> work to do (cache integration, skinning admin UI, DRY cleanup),
> however overall I think I'm in pretty good shape. If any of you
> Pylons Acolytes are interested in taking a peak, I would appreciate
> any kind of pre-deployment feedback, regardless of how picky. For
> example, do you see something I'm doing that isn't very Pythonic?
>
> http://github.com/leveille/wurdig/tree/master
>
> Things I am aware of:
>
> - Horrible test coverage (perhaps 1%)
> - Horrible docs
Hi,
I'm looking your code ... and I've two comments :
* I wonder why do you not use Sphinx to your documentation ?
* I suggest a small README file to specify installation /
configuration instructions
To test your application, I've do that :
1. I've created a virtualenv environement
2. I've launch python setup.py develop
3. cp test.ini.orig test.ini
4. paster setup-app test.ini
5. paster serve test.ini
Now I've this error :
File "/home/harobed/git/env_wurdig/wurdig/wurdig/config/
middleware.py", line 55, in make_app
app = authkit.authenticate.middleware(app, app_conf)
File "/home/harobed/git/env_wurdig/lib/python2.5/site-packages/
AuthKit-0.4.3-py2.5.egg/authkit/authenticate/__init__.py", line 440,
in middleware
raise AuthKitConfigError('No authkit.setup.method was specified')
authkit.permissions.AuthKitConfigError: No authkit.setup.method was
specified
I'll look to fix it...
Regards,
Stephane
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---