vision-career/vacancies/hh_parser/apps.py
estromenko dab73dc4c1
All checks were successful
release / docker (push) Successful in 20s
Add external database with parser vacancies
2025-11-30 14:30:34 +03:00

7 lines
159 B
Python

from django.apps import AppConfig
class HHParserConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'vacancies.hh_parser'