Initial Commit

This commit is contained in:
2017-11-17 01:33:24 +03:00
commit b2f733e9f8
33 changed files with 14779 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
TSDMaster/TSDMaster/migrations/
venv/
TSDMaster/TSDMaster/settings.py
TSDMaster/db.sqlite
*.py[cod]
__pycache__/
.idea/