diff --git a/.gitignore b/.gitignore index e56096b..b27337a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ # Ignore media files which are auto-generated /media/label/inventree/ -/media/report/inventree/ \ No newline at end of file +/media/report/inventree/ + +# Temp files +*.json.tmp +*.tmp.json \ No newline at end of file diff --git a/inventree_data.json b/inventree_data.json index 544b7b4..b140306 100644 --- a/inventree_data.json +++ b/inventree_data.json @@ -1,3 +1,20 @@ -{ - -} \ No newline at end of file +[ + { + "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": [] + } + } +] \ No newline at end of file