Clean project

This commit is contained in:
Raynaldo Rivera
2014-10-08 19:12:19 -07:00
parent d095478e4f
commit 54af97dd64
70 changed files with 0 additions and 3317 deletions

View File

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