Merge pull request #3497 from FinnStutzenstein/FixDebugFolder

remove debug folder
This commit is contained in:
Norman Jäckel 2017-11-21 20:38:55 +01:00 committed by GitHub
commit 87e0fd8705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ docs/_build/*
*.egg-info
build/*
dist/*
debug/
.DS_Store
.idea

View File

@ -1,3 +0,0 @@
from daphne.cli import CommandLineInterface
CommandLineInterface.entrypoint()