On 20 mai, 10:53, KLEIN Stéphane <[email protected]> wrote:
> 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

Sorry, we need to use development.ini.orig and not test.ini.orig

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to