Added the MIT license

This commit is contained in:
Swen Kooij
2016-10-21 11:00:03 +03:00
parent 095fd892e8
commit 1cd15f46ef
2 changed files with 15 additions and 0 deletions

7
manage.py Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)