Skip to content

Commit

Permalink
Merge pull request #13 from edly-io/tai/EDLY-5126
Browse files Browse the repository at this point in the history
Fix site creation automation api - EDLY-5126
  • Loading branch information
taimoor-ahmed-1 authored Jan 9, 2023
2 parents 329360e + 827e1d0 commit 38c7505
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def process_client_sites_setup(self):
)
credentials_site, __ = Site.objects.update_or_create(
domain=old_credentials_base,
name=old_credentials_base,
defaults={'domain': credentials_base, 'name': credentials_base},
defaults={'domain': credentials_base, 'name': credentials_base[:50]},
)
credentials_site_config, __ = SiteConfiguration.objects.update_or_create(
site=credentials_site,
Expand Down

0 comments on commit 38c7505

Please sign in to comment.