How do you access the django shell via a hosted instance?
Is it possible to access the django shell to programmatically make bulk changes on a hosted instance? I need to Block a large number of spam generated users but I don't know if I can do this on the host site. I've been using the /admin webUI but I have a large number to modify.
Thanks
Comments