1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-11 06:55:18 +00:00
webvirtcloud/nwfilters/apps.py

6 lines
93 B
Python
Raw Normal View History

2018-09-21 13:50:44 +00:00
from django.apps import AppConfig
class NwfiltersConfig(AppConfig):
name = 'nwfilters'