Serve static files

This commit is contained in:
Raphael Michel
2015-05-12 21:48:41 +02:00
parent a3c0f061f4
commit c6bff238ba
7 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = N802,W503
max-line-length = 160
exclude = migrations,.ropeproject,static,mt940.py
exclude = migrations,.ropeproject,static,mt940.py,_static
max-complexity = 12