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
[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
2 matches
Mail list logo