good question.. I don't honestly know if you can configure django's models
to reference plain-text, or whatever this library-of-data is.

most likely you'll just have to disable database use and write your own
access routines.

On Thu, Mar 27, 2008 at 6:09 AM, Rishabh Manocha <[EMAIL PROTECTED]> wrote:

>
> Hey guys,
>
> I'm starting work on a project and for now, won't be using a db with
> it. Instead, I'll be using a library which fetches all the data I need
> from a local SVN store. I was wondering where should I access this
> library from - the model (models.py) or the view (views.py)?? I don't
> know if there are any restrictions built in for this case, but in
> either case, I want to be doing things as are expected to be done in
> Django. I'm inclined to just put all the code in views.py itself, but
> I figured I'd ask what the community felt.
>
> Thanks,
>
> Rishabh
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to