Skip to content

Commit

Permalink
Fixed ADQL and PostgreSQL demo images
Browse files Browse the repository at this point in the history
  • Loading branch information
jandsonrj committed Aug 30, 2024
1 parent 76cbe4f commit ef3e9cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion daiquiri/config/settings/base.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import os

import daiquiri.core.env as env
import saml2
import saml2.saml

import daiquiri.core.env as env

from . import (
ADDITIONAL_APPS,
AUTHENTICATION_BACKENDS,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion daiquiri/utils/management/commands/update_table_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
from pathlib import Path

import yaml
from django.core.management.base import BaseCommand

from daiquiri.core.constants import ACCESS_LEVEL_PRIVATE
from daiquiri.metadata.models import Schema
from django.core.management.base import BaseCommand


class Command(BaseCommand):
Expand Down

0 comments on commit ef3e9cf

Please sign in to comment.