1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Add NWFilters

This commit is contained in:
catborise 2018-09-21 16:50:44 +03:00
parent 0d90e4bb46
commit 35bc8c67e4
22 changed files with 792 additions and 3 deletions

8
nwfilters/apps.py Normal file
View file

@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class NwfiltersConfig(AppConfig):
name = 'nwfilters'