Перенесено из репозитария SpecialistOff.NET

This commit is contained in:
2018-02-26 09:59:54 +03:00
parent b7d2da4899
commit 5a727393c9
358 changed files with 46103 additions and 0 deletions

6
run.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
from myapp import app as application
application.run(debug = True, host= '0.0.0.0', port=8000)