diff --git a/backend/MANIFEST.in b/backend/MANIFEST.in index 3d04d82..f05d18f 100644 --- a/backend/MANIFEST.in +++ b/backend/MANIFEST.in @@ -1,2 +1,2 @@ include *.txt *.ini *.cfg *.rst *.md VERSION -recursive-include appenlight *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 *.rst *.otf *.ttf *.svg *.woff *.eot +recursive-include src *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2 *.rst *.otf *.ttf *.svg *.woff *.woff2 *.eot diff --git a/development.ini b/development.ini index c9e6968..9ccaf31 100644 --- a/development.ini +++ b/development.ini @@ -102,7 +102,7 @@ ziggurat_foundations.sign_in.came_from_key = came_from #cometd cometd.server = http://127.0.0.1:8088/ cometd.secret = secret -cometd.ws_url = http://127.0.0.1:8088/ +cometd.ws_url = ws://127.0.0.1:8088/ # for celery