Re: Does the django admin support the Group?

2007-09-03 Thread BearXu
Thanks:) 2007/9/4, Greg Donald <[EMAIL PROTECTED]>: > > > On Tue, Sep 04, 2007 at 04:56:47AM -, Bear wrote: > > For instance, Group A can access all the tables but Group B just > > access some of them? > > http://www.djangobook.com/en/beta/chapter06/ > > There's a small section "Users, groups,

Re: Project example

2007-02-27 Thread BearXu
I am sorry for the wrong url. the right one is here: http://code.djangoproject.com/browser/djangoproject.com/django_website/ 2007/2/27, BearXu <[EMAIL PROTECTED]>: > > the django's official website's source is here: > http://code.djangoproject.com/browser/django/trunk/

Re: Project example

2007-02-27 Thread BearXu
the django's official website's source is here: http://code.djangoproject.com/browser/django/trunk/ 2007/2/27, Alessandro Ronchi <[EMAIL PROTECTED]>: > > > Where can I find a django project (maybe with a blog app) with i18n > and good templates I can use as a base to learn how to learn good > prac