Skip to content
Snippets Groups Projects

Add script csv gen

Merged Mattia Mancini requested to merge add_script_csv_gen into main
3 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
131 132 'PAGE_SIZE': 100
132 133 }
133 134
134 ATDB_HOST = os.environ.get('ATDB_HOST', 'http://localhost:8000/atdb/')
135 # Recommended to use an environment variable to set the broker URL.
136 CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL", "amqp://guest@localhost:5672")
137
138 USW_WORKERS = ['lofardata.workers.query.Echo']
  • 1 import os
    2
    3 from celery import Celery
    4
    5 # Set the default Django settings module for the 'celery' program.
    6 os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ldvspec.settings.dev")
  • 72 70 queryset = DataLocation.objects.all().order_by('name')
  • Nico Vermaas approved this merge request

    approved this merge request

  • Mattia Mancini added 3 commits

    added 3 commits

    Compare with previous version

  • Nico Vermaas approved this merge request

    approved this merge request

  • merged

  • Nico Vermaas mentioned in commit 187b786a

    mentioned in commit 187b786a

  • Nico Vermaas mentioned in commit 6181146d

    mentioned in commit 6181146d

  • Please register or sign in to reply
    Loading