Re: Projects vs. apps

2017-01-17 Thread Antonis Christofides
django.contrib.admin is an example of an app. You can use it in multiple projects by specifying it in INSTALLED_APPS. apps that can be used in multiple projects are typically pip-installable. Regards, Antonis Antonis Christofides http://djangodeployment.com On 01/17/2017 12:44 AM, Thufir

Re: Projects vs. apps

2017-01-16 Thread Mike Dewhirst
On 17/01/2017 9:44 AM, Thufir Hawat wrote: Not sure that I follow: What’s the difference between a project and an app? An app is a Web application that does something – e.g., a Weblog system, a database of public records or a simple poll app. A project is a collection of configuration and

Projects vs. apps

2017-01-16 Thread Thufir Hawat
Not sure that I follow: What’s the difference between a project and an app? An app is a Web application that does something – e.g., a Weblog system, a database of public records or a simple poll app. A project is a collection of configuration and apps for a particular website. A project can

Re: modular django site: projects vs. apps

2009-05-14 Thread metge
I believe that's I choose the first option. thx for your answer!! On May 12, 5:06 pm, George Song wrote: > On 5/12/2009 3:27 AM, mabuse wrote: > > > I am developing a django site and my aim is to obtain a site with a > > core  application that would be the site basis and

Re: modular django site: projects vs. apps

2009-05-12 Thread George Song
On 5/12/2009 3:27 AM, mabuse wrote: > I am developing a django site and my aim is to obtain a site with a > core application that would be the site basis and above it addons > that would upgrade the standard application ( like firefox and its > extensions). > > My question is, how can I achieve

modular django site: projects vs. apps

2009-05-12 Thread mabuse
I am developing a django site and my aim is to obtain a site with a core application that would be the site basis and above it addons that would upgrade the standard application ( like firefox and its extensions). My question is, how can I achieve that? My idea is to create two projects: 1. One