adding proxy code

This commit is contained in:
2026-01-26 04:18:46 -06:00
parent 739d136209
commit 28bfa8c631
9 changed files with 53 additions and 0 deletions

5
proxy/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class ProxyConfig(AppConfig):
name = "proxy"