forked from expo/troggle
fix dup profile printing
This commit is contained in:
1
databaseReset.py
Normal file → Executable file
1
databaseReset.py
Normal file → Executable file
@@ -460,6 +460,7 @@ if __name__ == "__main__":
|
|||||||
elif "profile" in sys.argv:
|
elif "profile" in sys.argv:
|
||||||
jq.loadprofiles()
|
jq.loadprofiles()
|
||||||
jq.showprofile()
|
jq.showprofile()
|
||||||
|
exit()
|
||||||
elif "help" in sys.argv:
|
elif "help" in sys.argv:
|
||||||
usage()
|
usage()
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
3
settings.py
Normal file → Executable file
3
settings.py
Normal file → Executable file
@@ -1,4 +1,5 @@
|
|||||||
from localsettings import * #inital localsettings call so that urljoins work
|
from localsettings import *
|
||||||
|
#inital localsettings call so that urljoins work
|
||||||
import os
|
import os
|
||||||
import urlparse
|
import urlparse
|
||||||
import django
|
import django
|
||||||
|
|||||||
Reference in New Issue
Block a user