Skip to content

Commit

Permalink
clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
frdrckaman committed May 25, 2022
1 parent fce3995 commit c685976
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions edcs_sites/sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
default_country_code = getattr(settings, "EDCS_SITES_DEFAULT_COUNTRY_CODE", "tz")
default_domain = getattr(settings, "EDCS_SITES_DEFAULT_DOMAIN", "localhost")

# all_sites = {
# default_country
# or "site": [
# SingleSite(
# 1,
# settings.APP_NAME,
# country=default_country,
# country_code=default_country_code,
# domain=default_domain,
# ),
# ],
# }

# fqdn = "edcs.org"
fqdn = settings.EDCS_DOMAIN
edcs = ""

Expand Down

0 comments on commit c685976

Please sign in to comment.