Re: Django with non-sql database

2008-05-14 Thread Adi Jörg Sieker
Hi, I'm new to django but from what I understand can use django without models, then you'd have to do the loading of the data from your text files yourself. If you want to use models then you have to use some kind of database, at minimum SQLite. but someone else may prove me wrong. adi O

Django with non-sql database

2008-05-14 Thread Matias Surdi
Hi, I'm trying to figure out how to use django models without an SQL-capable database. The database I'm trying to use are mainly simple plaint text configuration files. I think the way to go is creating a custom manager. Is that correct? Any better idea? Thanks. --~--~-~--~~