gunicorn.py 101 B

12345
  1. from core.utils import setup
  2. from core.config import ConfigGunicorn
  3. setup(locals(), ConfigGunicorn)