Re: Adding models from one app to another app

2014-05-28 Thread Satinderpal Singh
On Wed, May 28, 2014 at 11:01 PM, Inderpreet Singh wrote: > This is directory structure of my django site > LibreHatti >|- src > |- useraccounts > |- librehatti > |--- catalog > |--- reports > > Now what we need is to reference a model fro

RE: Adding models from one app to another app

2014-05-28 Thread Ilya Kazakevich
t Singh >Sent: Wednesday, May 28, 2014 9:32 PM >To: django-users@googlegroups.com >Subject: Adding models from one app to another app > >This is directory structure of my django site > LibreHatti > |- src > |- useraccounts > |- librehatti >

Adding models from one app to another app

2014-05-28 Thread Inderpreet Singh
This is directory structure of my django site LibreHatti |- src |- useraccounts |- librehatti |--- catalog |--- reports Now what we need is to reference a model from useraccounts in librehatti.catalog as a foreign key and I am unable to do