diff options
author | ttt | 2017-05-13 00:29:47 +0530 |
---|---|---|
committer | ttt | 2017-05-13 00:29:47 +0530 |
commit | abf599be33b383a6a5baf9493093b2126a622ac8 (patch) | |
tree | 4c5ab6e0d935d5e65fabcf0258e4a00dd20a5afa /lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json | |
download | SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.tar.gz SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.tar.bz2 SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.zip |
added all server files
Diffstat (limited to 'lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json')
-rw-r--r-- | lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json b/lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json new file mode 100644 index 0000000..770bea6 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json @@ -0,0 +1,14 @@ +[ + { + "pk": "1", + "model": "auth.customuser", + "fields": { + "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161", + "last_login": "2006-12-17 07:03:31", + "email": "staffmember@example.com", + "is_active": true, + "is_admin": false, + "date_of_birth": "1976-11-08" + } + } +]
\ No newline at end of file |