mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-04-19 05:16:54 -04: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'
|