Re: Django i18n design rationale

2016-01-02 Thread Raphael Michel
Hi, Am Fri, 1 Jan 2016 15:29:16 -0800 (PST) schrieb Jure Erznožnik : > 1. Expressions gathering vs declaring: Django has utilities to gather > expressions from sources, txt files and also javascript files. While > that by itself is a design choice, it also presents us with problems > such as (pos

Best practice for two variants of a language

2015-07-29 Thread Raphael Michel
Hello, I develop an open source web application in Django that is available in multiple languages, translated using Django's gettext features. However, in my native language German (and many others, too), there are strong differences between formal and informal style (in German there is even a for

Re: Django multiple application with common users

2015-03-16 Thread Raphael Michel
Hi, Am Mon, 16 Mar 2015 01:23:22 -0700 (PDT) schrieb Domagoj Kovač : > I would like to have separate databases for every application > including user management. I can think of: (a) You put all the application in the same database and share a user model (look up 'reusable django apps') (b) You

Re: Django structure

2015-03-09 Thread Raphael Michel
Hi, I'll leave it to others to give recommendations on how you SHOULD organizer your project. However, I can help you with the technical question. Am Sun, 8 Mar 2015 11:53:09 -0700 (PDT) schrieb Gabriel Klein : > My question is how to shared models across apps? You can use models across apps wi