mirror of
https://github.com/inventree/demo-dataset.git
synced 2025-04-27 21:16:50 +00:00
Add superuser account
This commit is contained in:
parent
e4d28d1478
commit
8cefe740d2
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
# Ignore media files which are auto-generated
|
||||
/media/label/inventree/
|
||||
/media/report/inventree/
|
||||
/media/report/inventree/
|
||||
|
||||
# Temp files
|
||||
*.json.tmp
|
||||
*.tmp.json
|
@ -1,3 +1,20 @@
|
||||
{
|
||||
|
||||
}
|
||||
[
|
||||
{
|
||||
"model": "auth.user",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$260000$NNqALp0c36DPuISI5Q6iM3$+ILiuXGdDbEo4PXR5myUO/zHaNXhzHMPdtN2lZaKrg8=",
|
||||
"last_login": null,
|
||||
"is_superuser": true,
|
||||
"username": "admin",
|
||||
"first_name": "",
|
||||
"last_name": "",
|
||||
"email": "",
|
||||
"is_staff": true,
|
||||
"is_active": true,
|
||||
"date_joined": "2021-06-20T05:52:40.528Z",
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user