initial commit

This commit is contained in:
okalintu
2016-05-18 19:27:22 +03:00
commit 9b1ccc8df0
20 changed files with 198 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "sikweb.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)