While not standard I've started using __import__ to get classes from a directory. It makes things really fast to develop but starts to move in the direction of Django. You could use the recipe for sub-apps to split your classes into components with a common root url.
-Phil On Wed, Sep 30, 2009 at 9:04 AM, ahappydeath <[email protected]> wrote: > > Some of my classes are getting quite large, especially when I have > multiple forms on a page. Is there a well know way of separating the > classes from the code.py file. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
