mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
5 lines
127 B
Python
5 lines
127 B
Python
#!/usr/bin/python2.6
|
|
from django.core import management
|
|
|
|
if __name__ == "__main__":
|
|
management.execute_from_command_line()
|