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

Make django-oemof DB models accessable from other script without django server #1

Open
henhuy opened this issue Nov 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@henhuy
Copy link
Collaborator

henhuy commented Nov 13, 2023

Use case:
Run oemof simulation locally but store results into models from django-oemof.
Needed in SLE for pre-optimized robustness scenarios.

TODOS:

  • integrate module which allows storing simulation results to models
  • therefore, django settings must be loaded, without starting django server
  • read DB settings as usual from envs
  • implement functions to also delete/update already uploaded results
@henhuy henhuy self-assigned this Nov 13, 2023
@henhuy henhuy added the enhancement New feature or request label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant