From e351791c9bc893680d048a674a94d98a228781bf Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 10 Feb 2019 16:59:36 +0100 Subject: [PATCH] Update gitignore and sync some files from the server --- .gitignore | 4 ++-- application.wsgi | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 application.wsgi diff --git a/.gitignore b/.gitignore index 105ed715..ec3d0271 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ diario.json libopus-0.dll music.opus opusfiles/ -ignored/* +ignored/ markovmodel.json -prova.py \ No newline at end of file +logs/ diff --git a/application.wsgi b/application.wsgi new file mode 100644 index 00000000..eeaadd0c --- /dev/null +++ b/application.wsgi @@ -0,0 +1,2 @@ +import webserver +application = webserver.app