fixed untracked files

This commit is contained in:
FinnStutzenstein 2017-11-21 10:55:23 +01:00
parent 7a3d3d99d6
commit 240b8d97dd
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()