Re: NEWBIE: using django without a model.

2011-10-26 Thread damola oyeniyi
Apache pig is a scripting tool to analyze data in hadoop clusters Sent from Yahoo! Mail on Android -- 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 gro

Re: NEWBIE: using django without a model.

2011-10-26 Thread MikeKJ
If no database requirement then you dont a model just a view and a template but I have no idea what pig!. is damola oyeniyi wrote: > > Hi, > > I am trying to create a simple query page using django and pig!. I would > not be needing a database, so I'm not sure if a model is involved. My pig >

Re: NEWBIE: using django without a model.

2011-10-26 Thread Dipo Elegbede
In my opinion as a starter too, I don't think you need a model if you are not using a database. Others could have their opinions. On 26 Oct 2011 16:37, "damola oyeniyi" wrote: > Hi, > > I am trying to create a simple query page using django and pig!. I would > not be needing a database, so I'm n

NEWBIE: using django without a model.

2011-10-26 Thread damola oyeniyi
Hi, I am trying to create a simple query page using django and pig!. I would not be needing a database, so I'm not sure if a model is involved. My pig script will crunch multiple files containing lots of lines with data of the same format. I want to try and display results from that query in a