On Wed, 3 Jul 2013 05:03:35 -0700 (PDT)
Vamsi Popuri <vamsi.pop...@micropyramid.com> wrote:

> I have 2 projects. They are* project 1* and *project 2*.
> 
>  *Project 2* has 
> *models.py*
>  class Address(models.Model):
>     Street = models.CharField(max_length=50)   
>     pin = models.CharField(max_length=20)
> 
> *forms.py *
>  class Address(forms.Form):
>    ......
> 
> My question is, In *project 1* i wanna access Address model in the *project 
> 2*....Is it possible, then please let me know how to do ..
> 
> Thanks for advance
> 

Are you trying to access the _data_ (in database) from project 1, or do
you want to reuse the model definition in project 2 (where project 2
would have its own data independent from project 1)?

Best regards

-- 
Branko Majic
Jabber: bra...@majic.rs
Please use only Free formats when sending attachments to me.

Бранко Мајић
Џабер: bra...@majic.rs
Молим вас да додатке шаљете искључиво у слободним форматима.

Attachment: signature.asc
Description: PGP signature

Reply via email to