Re: Question about URL namespaces

2013-01-07 Thread Amirouche
*tl;dr* if you do not reuse the same django application several times it is not useful. The following is a messy don't hesitate to ask for clarification so that me or someone else can contribute more documentation regarding this topic, there is probably more than that but that's what I understo

Re: Question about URL namespaces

2013-01-02 Thread Dae_James
So what does instance actually mean here? Does it just mean another copy of the app directory with a different directory name? 在 2012年12月30日星期日UTC+8上午3时06分03秒,Ryan Blunden写道: > > I've never used this feature but I believe it was created so that for a > single Django project, you could provide m

Re: Question about URL namespaces

2012-12-29 Thread Ryan Blunden
I've never used this feature but I believe it was created so that for a single Django project, you could provide multiple administration apps. For example, you might have one for customers and one for back office staff that expose different models, have different permissions etc. So to answer y