liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

Set fake emails #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I created a simple command (a bit like set_fake_passwords) that resets all
email adresses. It uses a simple template, so that every user still has a
different email address.

I use it to avoid accidentally mailing all our users during development

Original issue reported on code.google.com by gertvang...@gmail.com on 31 Dec 2008 at 9:26

Attachments:

GoogleCodeExporter commented 8 years ago
I've been thinking of creating this command for quite some time now... but 
never got
around to do it :)

Added your command to svn, with some extra options for filtering.
In my usecase it's often necessary to set_fake_emails on a specific group 
and/or to
exclude admin or staff members.

Original comment by v.oostv...@gmail.com on 9 Jan 2009 at 1:44