2
0
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:
Oliver 2021-06-20 15:54:19 +10:00
parent e4d28d1478
commit 8cefe740d2
2 changed files with 25 additions and 4 deletions

6
.gitignore vendored
View File

@ -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

View File

@ -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": []
}
}
]