mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Added migration
This commit is contained in:
parent
5ccc813336
commit
1f68e8c5ed
7 changed files with 71 additions and 40 deletions
13
accounts/fixtures/initial_data.json
Normal file
13
accounts/fixtures/initial_data.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"model": "auth.user",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"username": "admin",
|
||||
"password": "pbkdf2_sha256$15000$Qkg4dizzDzpM$SRXEyTJR5d198JZes4LVhFXlWQYJGOAjQhnfhGXQLtc=",
|
||||
"is_active": true,
|
||||
"is_superuser": true,
|
||||
"is_staff": true
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue