Hi everybody,

Django has got many features really interesting to reuse in APIs like its 
builtin ORM or template engine.

Maybe I'm wrong but it seems required to initalize Django with the 
configure() and setup() functions to register models and databases and make 
the glue between several independent modules. All seems based on the 
concept of application and it makes really difficult to distribute APIs 
separately.

How is it possible to avoid this global Django configuration and make this 
configuration at a module level ? For example, to register models in a 
database at module import or define the database backend for a module. 

Cheers,

Thierry.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7e150aa1-b39f-497d-86d8-8fea34fe52b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to