Thanks for review.

On Thu, Apr 8, 2010 at 3:15 PM, burc...@gmail.com <burc...@gmail.com> wrote:
>
> May I have few questions.
> 1) And what if foo.gsoc has taiwan submodule already?

There will be certain conventions on which names not to use as an
instance name such as, views, models, etc. Plus, Django can check if a
module with the same name  exists during deployment. And also, new
instances can be stored in a special module called 'clone' for
instance, hence, 'foo.gsoc.clone.taiwan'.

> 2) How will module know what name(s) it has got?

Can be stored in dict in AppCache

> 3) How will different application names to be referenced from outside?
> 3) How will different application names to be loaded from outside?

The apps and its modules will be referenced by its namespace (path - virtual).

-- 
Dagvadorj GALBADRAKH

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

Reply via email to