social auth stuff

This commit is contained in:
vabene1111
2021-06-17 22:40:33 +02:00
parent 7725665aa4
commit 0256864904
5 changed files with 56 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ def no_space(request):
created_space = Space.objects.create(
name=create_form.cleaned_data['name'],
created_by=request.user,
allow_files=settings.SPACE_DEFAULT_FILES,
max_file_storage_mb=settings.SPACE_DEFAULT_FILES,
max_recipes=settings.SPACE_DEFAULT_MAX_RECIPES,
max_users=settings.SPACE_DEFAULT_MAX_USERS,
)