Skip to content

Commit

Permalink
refactor!: drop apis module
Browse files Browse the repository at this point in the history
The `apis` module provided default settings for apis instances at the
ACDH-CH. It was moved to a separate repository and lives now under
https://github.com/acdh-oeaw/apis-acdhch-default-settings

This commit therefore removes the `apis` module. The `apis` module also
contained the settings for running tests in the github CI - this
settings file now resides in tests/settings_ci.py

Closes: #222
  • Loading branch information
b1rger committed Oct 4, 2023
1 parent 45e031e commit 568859f
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 724 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Django Test
on: [push, pull_request]

env:
DJANGO_SETTINGS_MODULE: apis.settings.settings_test_ci
DJANGO_SETTINGS_MODULE: tests.settings_ci

jobs:
setup:
Expand Down
Empty file removed apis/__init__.py
Empty file.
Empty file removed apis/settings/__init__.py
Empty file.
Loading

0 comments on commit 568859f

Please sign in to comment.