Re: viewing data

2007-02-25 Thread akonsu
if you want we can take this off line. just email me. this thread does not really belong here. konstantin On Feb 25, 5:06 pm, "Mary" <[EMAIL PROTECTED]> wrote: > yes that is true and it has the following fields: > owner; title;current date that the article has been saved;content > > Thank you :)

Re: viewing data

2007-02-25 Thread Mary
yes that is true and it has the following fields: owner; title;current date that the article has been saved;content Thank you :) On Feb 25, 11:58 pm, "akonsu" <[EMAIL PROTECTED]> wrote: > i assume that you have a model called "Article", right? what fields > does it have? > > konstanti > > On Feb

Re: viewing data

2007-02-25 Thread akonsu
i assume that you have a model called "Article", right? what fields does it have? konstanti On Feb 25, 4:36 pm, "Mary" <[EMAIL PROTECTED]> wrote: > Dear konstantin; > > I think you are right as i wasn't clear so i will explain to you my > situation and i would your help > > I want to make a site

Re: viewing data

2007-02-25 Thread Mary
Dear konstantin; I think you are right as i wasn't clear so i will explain to you my situation and i would your help I want to make a site for a magazine and in this magazin there is many types of articles [sport -technology ..] everyone in the magazine can write the article that he needs but ju

Re: viewing data

2007-02-25 Thread akonsu
Hello, your post is confusing. to start with, when you create models you do not deal with any database tables. django creates tables for you from the models. then, what you said about different titles, and admin is not sufficient for me to understand what you are trying to achieve. konstantin O

viewing data

2007-02-25 Thread Mary
I have a table that contains certain articles and i need to create a model that will view all the titles of this article to the admin person [from the admin interface] and he will select one of this articles to be published Can anyone help me how to create this model?? Thank you in advance ; Mar