On 5 déc, 16:34, Preston Holmes <pres...@ptone.com> wrote:
> On Dec 3, 12:02 pm, Wayne Koorts <wkoo...@gmail.com> wrote:
(snip)
> > Can anyone point out a section in the docs (or anywhere else actually)
> > the Django "app" concept?  I've had a look through the docs but
> > haven't been able to find anything specifically about that.
>
> This is not very well documented in official docs, and is really a bit
> amorphous.
>
> I like to think of an app is to Django as a Class is to Python.

s/class/package/

A django app is a Python package which usually respects a couple
'layaout' conventions and is meant to be used in a Django project.
What it provides is up to the author.

--

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


Reply via email to