Begin porting code from NJR

This commit is contained in:
2025-01-02 20:34:22 +00:00
parent ccdc106ef8
commit 8cb13a4bca
27 changed files with 623 additions and 1 deletions

6
src/projects.wsgi Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/python3
import sys
sys.path.append('/var/www/jc')
from main import application