Peter, What is the actual problem you are having? Have you tried using "from models import xxxx"?
Robert On Wed, Jun 2, 2010 at 11:25 PM, kaliopi <[email protected]> wrote: > Hello, I'm trying to create directories that are practical to a python > google app engine project structure. > > For instance the directory structure I'm trying to implement is as > follows: > > src > | > ---->includes > | > ---->stylesheets > | > ---->js > | > ---->images > | > ---->views - html and codebehind files > | > ---->models - class files > > inclusive in my app.yaml file includes and all dir beneath it as well > as my views directories are properly consumed by the app engine and > all files are served. However, I'm having issues with the app engine > recognizing my models directory where I import subsequent modules/ > classes into my codebehind files. > > I've tried searching the group but wasn't really able to find any > solution on how I can implement a directory strictly for python class > files. > > Can anyone tell me or point me to info where I can resolve this issue? > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
