On Fri, Jun 13, 2008 at 2:24 AM, wave connexion(BQ) <[EMAIL PROTECTED]> wrote: > Does this mean Django generated API code for you?
No. The phrase "no code generation necessary" means precisely what it says: that, unlike some frameworks which require you to run a script which generates files of code for you, Django's database API is generated dynamically at runtime. > Here, that an app can be in multiple projects means the app code can be > copied/imported into different projects rather than shared between different > projects? In the largest sense, it means that an application is simply a Python module, and thus the standard Python "import" statement can be used to access it the same as any other Python code; this means that a single application module can be re-used by multiple Django projects without needing to make multiple copies of the application module (just as any other Python library can be imported by multiple pieces of code without needing its files to be copied into new locations by each of them). > not very clear on this. more explanation is appreciated. An explanation of that code is provided in the section immediately following it. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---