Re: SetEnv issue

2006-02-23 Thread Philippe Mironov
Kenneth Kalmer a écrit : >The reason mptest configured through a .htaccess is because I can't >constantly restart a production server running other websites. > have you ever heard of reload directive ? see apache2ctl reload and /etc/init.d/apache2 reload (same for 1.3) This will ask apache to rer

Re: ManyToMany and Admin Interface

2006-02-24 Thread Philippe Mironov
[EMAIL PROTECTED] a écrit : >The following model was taken from : >http://www.djangoproject.com/documentation/models/many_to_many/ > >** >from django.core import meta > >class Publication(meta.Model): >title = meta.CharField(maxlength=30) > >def __repr__(se