Hi, I've been watching Django and other Python frameworks a few years ago and stopped at version 0.96. Last year I started to look at a web framework to move an old M$ Access Inventory application to a more stable and universal architecture. Turbogears was the choice and a few weeks ago I rediscovered Django and now I feel baaaaad! I've spent hours and hours to build an admin interface in TG and Django 1.+ now has everything I missed in 0.96. Guys, I'm back to Django!
There's nothing time critical with that app because the Access thing does the trick, but I'd like to do it all the right way this time! So I've a set of questions: - Might SQLite be a viable choice for an "ERP" type application with a lot of updates? I've experienced lock problems with SQLite in other frameworks using SQLObject! - We use multiple languages in my country (FR, EN, DE, ...). Is Unicode the right choice (UTF-8)? - Could a project be "ERP" and the applications "FO" and "BO" (Front- and Back-Office)? Would the model be located in the project rather than in one of the applications as per default? The model is shared by FO and BO and doesn't especially belong to one of these! BO will be mostly "Django admin" style + some business reports and some OLAP while FO is essentially Point-Of-Sales stuff! - What might be a typical Dev/Test/Prod environment with Django? Multiple db schemes prj_dev, prj_tst, prj_prd? I'd like to be up and producing code soon because the db Model is mature and the migration strategy is clear in my head, but I need some guidance to set me on track with the Django philosophy. Thanks for any help Marc a devoted Pythonist since version 1.5.2 --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---