Re: adding page

2006-02-21 Thread Mary Adel
It is working now thanks On Wed, 2006-02-22 at 03:36 +, Mary Adel wrote: > I did and i have the tables in the database > :( > On Tue, 2006-02-21 at 11:24 +, coulix wrote: > > did you run pythob manage.py install flatpage ? > > > > > > > > > > > > --~--~-~--~~-

Re: adding page

2006-02-21 Thread Rock
Mary, In your templates directory you need a template named default.html. Here is what mine looks like: http://www.w3.org/TR/REC-html40/loose.dtd";> {{ flatpage.title }} {{ flatpage.content }} --~--~-~--~~~---~--~~ You received this message because you are

Re: adding page

2006-02-21 Thread coulix
how come it is looking for a template, is it wanted ? --~--~-~--~~~---~--~~ 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

Re: adding page

2006-02-21 Thread Mary Adel
I did and i have the tables in the database :( On Tue, 2006-02-21 at 11:24 +, coulix wrote: > did you run pythob manage.py install flatpage ? > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: adding page

2006-02-21 Thread coulix
did you run pythob manage.py install flatpage ? --~--~-~--~~~---~--~~ 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

Re: adding page

2006-02-21 Thread Mary Adel
I am still having problem with Django flatepages and here is the error: I am using appach server and i didn't write anything in the url.py or even in the view.py i just added in the setting.py file the in the middle class: "django.contrib.flatpages.middleware.FlatpageFallbackMiddleware", and

Re: adding page

2006-02-20 Thread kmh
Mary Adel wrote: > I have anither questions on the flatepage > Does the flat page need any configuration for the url.py file or no > cause i made a faltepage but it didn't appear in the browser so i really > don't know the steps to make it appear in the browser If you've added: django.contrib.fl

Re: adding page

2006-02-20 Thread Mary Adel
I have anither questions on the flatepage Does the flat page need any configuration for the url.py file or no cause i made a faltepage but it didn't appear in the browser so i really don't know the steps to make it appear in the browser Thanks, Mary On Mon, 2006-02-20 at 14:03 -0500, Tom Tobin

Re: adding page

2006-02-20 Thread Mary Adel
Thanks i ll have a look on it now and i ll see how it will help me On Mon, 2006-02-20 at 18:21 +0100, Sime Ramov wrote: > On Feb 20, 2006, at 8:11 AM, Mary Adel wrote: > > > > http://www.djangoproject.com/documentation/flatpages/ > > > --~--~-~--~~~---~--~~

Re: adding page

2006-02-20 Thread Tom Tobin
On 2/20/06, Mary Adel <[EMAIL PROTECTED]> wrote: > > I have a question and i have deadline tomm :( and really i need help > I build a model called pages which has page name and page link and page > content and then i build the database and i make the admin interface to > fill all the data but the p

Re: adding page

2006-02-20 Thread Sime Ramov
On Feb 20, 2006, at 8:11 AM, Mary Adel wrote: > http://www.djangoproject.com/documentation/flatpages/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang

adding page

2006-02-20 Thread Mary Adel
adding by hands in the url.py file any lines and then add a function in the view.py file I mean to make adding page dynamically so as the client can add page without any need to the developer I don't know if it is easy or not but please help Thanks