You are seeing this message because you are using the Django runserver and the DEBUG setting is False.

Runserver should not be used in the production.

If you do not see page the styling - set DEBUG = True or use --insecure flag with the runserver command.

To serve the static media in the production:

  • configure your webserver to alias the urls starting with /m/ to the directory /root/askbot/askbot-devel-master/myappmysql1/askbot_site/static;
  • run python manage.py collectstatic.

  • Ask Your Question

    Revision history [back]

    click to hide/show revision 1
    initial version

    Confused how to deal with "available" in Tamil

    Utterance:

    1. நியர் ல\sfx டீசல் கிடைக்குற பங்க்ஸ\lemma:பங்க்ஸ் ை\sfx மேப் புல\sfx காட்டு

    2. டென் ஏஎம் முக்கு\sfx அவெய்லபிள\lemma:அவெய்லபிள் ா\sfx இருக்க சீப்பான வேலட் பார்க்கிங் குக்கு\sfx வழி யை\sfx காட்டு

    EN translation:

    1. show map near diesel available bunk

    2. show directions ten am available cheap valet parking

    Annotation:

    1. business:gas:getmap -- [relativelocation] நியர் [/relativelocation] ல\sfx [fueltype] டீசல் [/fueltype] கிடைக்குற [genericbusiness] பங்க்ஸ\lemma:பங்க்ஸ் [/generic_business] ை\sfx மேப் புல\sfx காட்டு

    2. business:parking:getdirections -- [timedestination] டென் ஏஎம் [/timedestination] முக்கு\sfx [availabilitydestination] அவெய்லபிள\lemma:அவெய்லபிள் [/availabilitydestination] ா\sfx இருக்க [costdestination] சீப்பான [/costdestination] [genericbusinessdestination] வேலட் பார்க்கிங் [/genericbusiness_destination] குக்கு\sfx வழி யை\sfx காட்டு

    Question:

    According to the feedback, அவெய்லபிள\lemma:அவெய்லபிள் (available) should be tagged <availability_destination> and கிடைக்குற (where one can get) should not be tagged as availability. But it seems that both அவெய்லபிள and கிடைக்குற can be translated as "available", meanwhile "where one can get" seems apt to both. So we are confused how to deal with "available" in Tamil. Kindly let us know your thought, thanks!