mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-02-23 16:41:23 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class FoodkfetConfig(AppConfig):
|
||
|
name = 'foodkfet'
|