Re: where do class modelAdmin and Model reside.

2013-03-24 Thread Ion Scerbatiuc
Hello, Please post your questions about Django usage on the django-users mailing list. This group is about Django development itself. To your question: try opening django/contrib/admin/__init__.py and you'll find that ModelAdmin is imported from the options module of the admin package. The same a

where do class modelAdmin and Model reside.

2013-03-23 Thread ANKIT BAGARIA
the above class AuthorAdmin is inherited from ModelAdmin. Please help in finding where does the class ModelAdmin reside. I am going into django/contrib/admin but cannot find any class named