First commit of the V2.

New base, new info.
This commit is contained in:
2019-04-18 00:58:13 +02:00
parent 798ddf40e8
commit 698b6dd865
53 changed files with 394 additions and 5723 deletions

28
.gitignore vendored
View File

@ -1,21 +1,9 @@
# Byte-compiled / optimized / DLL files
__pycache__/
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Django stuff:
*.log
local_settings.py
db.sqlite3
.idea
venv/
.env
.coverage
music/__pycache__/
music/migrations/__pycache__/
api/__pycache__/
music/tests/__pycache__/
music/views/__pycache__/