mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-01-19 18:47:42 -05:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ScraperConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'scraper'
|