.gitignore
MANIFEST.in
README.md
requirements.txt
setup.py
.github/workflows/pythonapp.yml
flask_template/__init__.py
flask_template/main.py
flask_template.egg-info/PKG-INFO
flask_template.egg-info/SOURCES.txt
flask_template.egg-info/dependency_links.txt
flask_template.egg-info/entry_points.txt
flask_template.egg-info/requires.txt
flask_template.egg-info/top_level.txt
flask_template/templates/mongo/.gitignore
flask_template/templates/mongo/README.md
flask_template/templates/mongo/celery_worker.py
flask_template/templates/mongo/gunicorn_conf_docker.py
flask_template/templates/mongo/manage.py
flask_template/templates/mongo/requirements.txt
flask_template/templates/mongo/wsgi.py
flask_template/templates/mongo/deploy/Dockerfile
flask_template/templates/mongo/deploy/Dockerfile_celery
flask_template/templates/mongo/deploy/aliyun.list
flask_template/templates/mongo/deploy/pip.conf
flask_template/templates/mongo/proj/__init__.py
flask_template/templates/mongo/proj/config.py
flask_template/templates/mongo/proj/extensions.py
flask_template/templates/mongo/proj/hamlet.py
flask_template/templates/mongo/proj/models.py
flask_template/templates/mongo/proj/permission.py
flask_template/templates/mongo/proj/proxy.py
flask_template/templates/mongo/proj/cli/__init__.py
flask_template/templates/mongo/proj/cli/shell_ipython.py
flask_template/templates/mongo/proj/handlers/__init__.py
flask_template/templates/mongo/proj/handlers/main.py
flask_template/templates/mongo/proj/tasks/__init__.py
flask_template/templates/mongo/proj/tasks/download.py
flask_template/templates/mongo/proj/utils/__init__.py
flask_template/templates/mongo/proj/utils/encrypt.py
flask_template/templates/mongo/proj/utils/html.py
flask_template/templates/mongo/proj/utils/mail.py
flask_template/templates/simple/CHANGES.md
flask_template/templates/simple/README.md
flask_template/templates/simple/manage.py
flask_template/templates/simple/requirements.txt
flask_template/templates/simple/wsgi.py
flask_template/templates/simple/conf/nginx-example.conf
flask_template/templates/simple/conf/supervisor-example.conf
flask_template/templates/simple/migrations/README
flask_template/templates/simple/migrations/alembic.ini
flask_template/templates/simple/migrations/env.py
flask_template/templates/simple/migrations/script.py.mako
flask_template/templates/simple/migrations/versions/.empty
flask_template/templates/simple/proj/__init__.py
flask_template/templates/simple/proj/config.py
flask_template/templates/simple/proj/extensions.py
flask_template/templates/simple/proj/models.py
flask_template/templates/simple/proj/cli/__init__.py
flask_template/templates/simple/proj/cli/shell_ipython.py
flask_template/templates/simple/proj/handlers/__init__.py
flask_template/templates/simple/proj/handlers/main.py
flask_template/templates/simple/proj/utils/__init__.py
flask_template/templates/simple/proj/utils/encrypt.py