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

    Not sure if "jr" and "総 武 線" belong to <transit_line>

    Utterance:

    1. jr 御 茶 ノ 水

    2. 総 武 線 本 八 幡

    EN translation:

    1. jr Ochanomizu

    2. Sobu Line Honyawata

    Annotation:

    1. business:public_transit:na -- [jr]<transit_line> [御 茶 ノ 水]<named_business>

    2. business:public_transit:na -- [総 武 線]<transit_line> [本 八 幡]<named_business>

    Question:

    Japan's light rail and underground lines are operated by several major companies, so many stations are named as "JR XX Station" or "Keisei XX Station". And we found "The <transit_line> mention is for phrases specifying the type of bus or train (e.g. 'intercity', 'commuter') and also for phrases specifying the number or name of the line." in the guideline. So we take "JR", "Keisei" and the named lines as <transit_line>. We are not sure if our annotations are correct. Kindly let us know your thought, thanks!