It doesn't necessarily hurt to have apps inside the project folder,
but it does make it harder to extract and reuse them.

If I remember correctly, you don't need much, aside from settings.py,
urls.py, and __init__.py.


On Fri, Apr 11, 2008 at 1:09 PM, andy baxter
<[EMAIL PROTECTED]> wrote:
>
>  James Bennett wrote:
>  > On Tue, Apr 8, 2008 at 1:38 AM, jurian <[EMAIL PROTECTED]> wrote:
>  >
>  >>  Are django applications meant to be implemented in such a manner as to
>  >>  allow the entire application directory to be copied into another
>  >>  project and used without having to alter any of the code?
>  >>
>  >
>  > Though I often get flamed for saying this:
>  >
>  > Django applications should be implemented as Python modules that live
>  > standalone directly on the import path. If you have an application
>  > directly inside a project folder and it's not the poll app from the
>  > tutorial, something is wrong.
>  >
>  What /should/ be inside the project folder?
>
>
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
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