Username filled automatically with id

1
2
3
4
5
6
    def create_new_user(self, username, email, password):
        new_user = User.objects.create_user(username, email, password)
        new_user.username = str(new_user.id)
        new_user.save()
        return new_user
    create_new_user = transaction.commit_on_success(create_new_user)

More like this

  1. Bulk Insert Manager by ocdcoder 2 years, 4 months ago
  2. Prefetch id for Postgresql backend by bretth 1 year, 2 months ago
  3. dumpdata/loaddata with MySQL and ForeignKeys, as django command by brondsem 4 years, 1 month ago
  4. Database migration and dump/load script by akaihola 6 years, 2 months ago
  5. CompressedTextField by Digitalxero 3 years, 1 month ago

Comments

ecigarette-france (on May 20, 2013):

Vous pouvez acheter une cigarette electronique sur la boutique ecigarette-france.

#

(Forgotten your password?)