The best way to determine the laguage of a text is to implement the following function: from langdetect import detect def get_language(text): keys =['ab', 'aa', 'af', 'ak', 'sq', 'am', 'ar', 'an', 'hy', 'as', 'av', 'ae', 'ay', 'az', 'bm', 'ba', 'eu', 'b...
87. 88 Using Nudi Direct to type in Microsoft Word Kannada can be typed easily in Microsoft Word application, byusing “Nudi Direct” option. Click on Start Programs Nudi “Nudi Direct”. Then you will see a small icon of Nudi, near Right hand bottom corner of Computer sc...
i load a new app to heroku and then i made a customer domain www.mydomain.de. if i let in my settings.py the DEBUG on TRUE everything work fine, but in production thats not so good. if debug is flase and i set the ALLOWED_HOSTS = ['.myDomain.de']...