On Sat, Mar 29, 2008 at 9:30 AM, Haroldo Stenger
<[EMAIL PROTECTED]> wrote:
>  I have a terminology doubt:
>
> if my django project is called "p" and my django app within p is called "a",
>
> now in the context of django.contrib.admin.views,
> what do each of "app","model", and "id" stand for ? is "p" one of them ?

I'm unsure what you're confused about. The naming is consistent:

"app" is your application "a".
"model" is a model definition in the application "a".
"id" is the id number for a particular instance of "model"

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to