Working on bugs with getting system to go through initialization sanely.
This commit is contained in:
parent
33a42d06c5
commit
f15e05c247
3 changed files with 1 additions and 8 deletions
|
|
@ -878,8 +878,6 @@ def main():
|
|||
run_menu()
|
||||
elif mode in ('start', 'reload', 'stop'):
|
||||
# operate the server directly
|
||||
if mode != "stop":
|
||||
check_database(False)
|
||||
server_operation(mode, service, args.interactive, args.profiler)
|
||||
else:
|
||||
# pass-through to django manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue