pymove3d.py
branchlanding-page-2014
changeset 39 6ce477e2df12
parent 36 b797d9ada684
child 47 ce3ed3647351
     1.1 --- a/pymove3d.py	Wed Dec 11 08:16:07 2013 +0100
     1.2 +++ b/pymove3d.py	Mon Dec 16 05:05:01 2013 +0100
     1.3 @@ -11,14 +11,13 @@
     1.4  from flask.ext.babel import Babel
     1.5  
     1.6  app = Flask(__name__)
     1.7 -babel = Babel(app)
     1.8 +#babel = Babel(app)
     1.9  
    1.10 -@babel.localeselector
    1.11 -def get_locale():
    1.12 -    return "en" #request.accept_languages.best_match(LANGUAGES.keys())
    1.13 +#@babel.localeselector
    1.14 +#def get_locale():
    1.15 +#    return "en" #request.accept_languages.best_match(LANGUAGES.keys())
    1.16  
    1.17  @app.route("/")
    1.18 -
    1.19  @app.route("/index")
    1.20  def index():
    1.21      return render_template("index.html")
    1.22 @@ -52,6 +51,6 @@
    1.23      return render_template("404.html"), 404
    1.24  
    1.25  if __name__ == "__main__":
    1.26 -    app.run(host='localhost', port=5014, debug=True)
    1.27 +    app.run(host='localhost', port=5018, debug=False)
    1.28  
    1.29  
Impressum Datenschutzerklärung