django-kevin icon indicating copy to clipboard operation
django-kevin copied to clipboard

importing package from another app

Open s2krish opened this issue 10 years ago • 0 comments

I have questions. We put all apps in apps folder e.g.

apps
     myapp
     userapp
    sometaskapp

When we want to import models of myapp in userapp, we have to do it like from apps.myapp.models import MyModel

I am wondering if there's way to get rid of apps without adding path upto apps directory in system path e.g. from myapp.models import MyModel

Thanks

s2krish avatar Sep 27 '15 08:09 s2krish