Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sites handling #329

Open
johnbaldwin opened this issue Mar 31, 2021 · 0 comments
Open

Fix sites handling #329

johnbaldwin opened this issue Mar 31, 2021 · 0 comments

Comments

@johnbaldwin
Copy link
Contributor

New addition to filter sites is breaking in devsite multisite mode. There may be community installation issues too

https://github.com/appsembler/figures/blob/master/figures/sites.py#L312

  File "/Users/jbaldwin/work/appsembler/repos/figures/devsite/devsite/seed.py", line 476, in seed_all
    backfill_figures_ed()
  File "/Users/jbaldwin/work/appsembler/repos/figures/devsite/devsite/seed.py", line 415, in backfill_figures_ed
    for site in get_sites():
  File "/Users/jbaldwin/work/appsembler/repos/figures/figures/sites.py", line 312, in get_sites
    sites_backend_path = settings.ENV_TOKENS['FIGURES'].get('SITES_BACKEND')
KeyError: 'FIGURES'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant