mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make admin manager none on fresh install
This commit is contained in:
parent
02b6c3b545
commit
27ad78c14d
@ -26,6 +26,7 @@ class DatabaseBuilder:
|
||||
password=password,
|
||||
email="default@example.com",
|
||||
superuser=True,
|
||||
manager=None,
|
||||
)
|
||||
|
||||
def is_fresh_install(self):
|
||||
|
Loading…
Reference in New Issue
Block a user