Hi everybody,

I'm writing an open source asset,resource and project manager for animation
and vfx studios. And I want to use Django's database api to handle all the
db stuff. In my system every project is going to have its own database
(probably sqlite3 files in project root folder). So what is the nicest
approach to be able to use the Django db api.

I've red some blog posts, explaining it, but all of them based on hard coded
settings of database paths. But I need to be able change the database path
on the fly, according to the user input (users are going to choose the
project that they want to deal with).

Any ideas?

E.Ozgur Yilmaz
Lead Technical Director
www.ozgurfx.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to