
22 Nov
2012
22 Nov
'12
12:12 a.m.
Brian May <brian@microcomaustralia.com.au> wrote:
As it is a web based (Django) service the only perhaps downside is two administrators could be logged in simultaneously and create users at the same time. As it should be faster though, maybe that is less of a risk?
That's why I mentioned locking - you need to lock something so this doesn't happen. I don't know what the locking mechanism is in your Web development environment, but surely there is one.