Skip to content

mraesener-aubex/servestatic_issue11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServeStatic Issue 11 example repo

modern stuff alert: just (justfile), uv, lcl.host, django-ninja and probably more is used here. no devcontainer yet but planned.

developement setup

clone the repo

setup venv

$ uv venv
$ just deps
$ .venv/bin/activate
# run it with gunicorn
$ gunicorn --bind 0.0.0.0:${env:HTTPS_PORT} --config ${workspaceFolder}/gunicorn.conf.py config.asgi:application -w 1 -k config.workers.UvicornWorker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published