mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-18 16:31:34 +01:00
tidy obsolete troggle/code/reset_db
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from django.core import management
|
||||
|
||||
if __name__ == "__main__":
|
||||
management.execute_from_command_line()
|
||||
Reference in New Issue
Block a user