The auth module in contrib uses the make_token method of
default_token_generator in django.contrib.auth.tokens for the standard
password reset, so that sounds like a good choice.
Another good way to get a unique, random string is uuid.uuid4().
Shawn
--
You received this message because you are
And to answer your more general question about email signups, have a look at
Django Registration. It should have everything you need.
http://bitbucket.org/ubernostrum/django-registration/wiki/Home
On Fri, Aug 13, 2010 at 3:44 PM, Greg Pelly wrote:
> have a look at Django Command Extensions:
> h
have a look at Django Command Extensions:
http://code.google.com/p/django-command-extensions/
sample usage:
$ ./manage.py generate_secret_key
xr7+43ak=i^2+ommc_e6xn$6vph)_$ffb$n3kp#o1!675euxdu
Greg
On Fri, Aug 13, 2010 at 3:32 PM, bagheera wrote:
> Hi, i'm looking for python module to genera
Hi, i'm looking for python module to generate random strings used as
activation keys to being sent to newsletter subscribers in order to
activate their subscription.
Any suggestions?
--
Linux user
--
You received this message because you are subscribed to the Google Groups "Django
users" g
4 matches
Mail list logo