Re: App inside another app or nesting in django apps

2012-06-01 Thread Benedict Verheyen
On 1/06/2012 8:21, Jani Tiainen wrote: > 1.6.2012 9:16, Derek kirjoitti: >> And the Zen of Python? >> >> "Flat is better than nested" > > But don't forget, again Zen of Python: > > "Namespaces are one honking great idea -- let's do more of those!" > Hehe, I always imagined how programmers fight

Re: App inside another app or nesting in django apps

2012-05-31 Thread Jani Tiainen
1.6.2012 9:16, Derek kirjoitti: And the Zen of Python? "Flat is better than nested" But don't forget, again Zen of Python: "Namespaces are one honking great idea -- let's do more of those!" On Jun 1, 8:10 am, Jani Tiainen wrote: 31.5.2012 19:22, Kurtis Mullins kirjoitti: Sure. They're

Re: App inside another app or nesting in django apps

2012-05-31 Thread Derek
And the Zen of Python? "Flat is better than nested" On Jun 1, 8:10 am, Jani Tiainen wrote: > 31.5.2012 19:22, Kurtis Mullins kirjoitti: > > > Sure. They're just Python modules. All you need to do is: > > > 1. Include the files: __init__.py and models.py > > 2. Add the application to your setting

Re: App inside another app or nesting in django apps

2012-05-31 Thread Jani Tiainen
31.5.2012 19:22, Kurtis Mullins kirjoitti: Sure. They're just Python modules. All you need to do is: 1. Include the files: __init__.py and models.py 2. Add the application to your settings.py, for example: myproject.myapp.subapp It *should* work, although I haven't personally tested it yet. O

Re: App inside another app or nesting in django apps

2012-05-31 Thread Kurtis Mullins
Sure. They're just Python modules. All you need to do is: 1. Include the files: __init__.py and models.py 2. Add the application to your settings.py, for example: myproject.myapp.subapp It *should* work, although I haven't personally tested it yet. On Thu, May 31, 2012 at 7:46 AM, vijay shanker

App inside another app or nesting in django apps

2012-05-31 Thread vijay shanker
can we write one app inside some another django-app . please suggest any reference or articles -- 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, se