Django, python, MYSQL, Eclipse3.7
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
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home