The command-line tag has no usage guidance.
1
vote
1answer
111 views
Add arguments to mysql in Django's “dbshell”
I'd like to add a couple of command-line arguments to my Django's ./manage.py dbshell command, and I can't figure out how.
In specific I'd like to add -A to prevent MySQL from scanning every table ...
2
votes
0answers
90 views
Simple avenues for dynamically building Windows executables
I'm trying to build a Firefox add-on which lets you create executable files which can be associated with a default program or added to the "Open With" list and possess its own icon.
I was hoping to ...