change strategy on liquidsoap logging

This commit is contained in:
bkfox
2015-12-16 21:09:21 +01:00
parent 1a71aeb166
commit f03acb4c1b
22 changed files with 115 additions and 86 deletions

10
manage.py Executable file
View File

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