Hi,

I'm currently developing a set of applications, and I have one
problem. They should all reside in the same package. The package
structure should look like something like this:
mycompany/
 +- models
 |   +-base.py
 |   +-metadata.py
 |   +-app1.py
 |   \-app2.py
 +- app1/
 |   +- controllers/...
 |   +- helpers.py
 |   +- routing.py
 |   \- wsgiapp.py
 +- app2/
 |   +- controllers/...
 |   +- helpers.py
 |   +- routing.py
 |   \- wsgiapp.py
 \- ...

Is something like this achievable with pylons ? Or am I restricted to
have one b
ase package per application ?

Regards,
  Guillaume
--~--~---------~--~----~------------~-------~--~----~
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