Habia trabajado un buen poco pero como vi que tenia que separar los repositorios perdi bastante la historia :c
6 lines
89 B
Python
6 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FetcherConfig(AppConfig):
|
|
name = 'fetcher'
|