diff options
| author | Adonay Felipe Nogueira (http://libreplanet.org/wiki/User:Adfeno) <adfeno.7046@gmail.com> | 2026-04-26 17:31:30 -0300 |
|---|---|---|
| committer | Adonay Felipe Nogueira (http://libreplanet.org/wiki/User:Adfeno) <adfeno.7046@gmail.com> | 2026-04-26 17:31:30 -0300 |
| commit | 259182720f63bbcbe258de37c9f494c085a2546f (patch) | |
| tree | c14622f93375fd4f5a080d47f8510fbdcd2ec40f /wsgi.py | |
| parent | 7de36fb647018c582f9de9a442c4e498df62515b (diff) | |
| download | website-259182720f63bbcbe258de37c9f494c085a2546f.tar.gz website-259182720f63bbcbe258de37c9f494c085a2546f.tar.bz2 website-259182720f63bbcbe258de37c9f494c085a2546f.zip | |
Diffstat (limited to 'wsgi.py')
| -rwxr-xr-x | wsgi.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/usr/bin/python3 + +from federana import app + +if __name__ == '__main__': + app.run() + |
