AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
cookiecutter_leonardo_module/__init__.py
cookiecutter_leonardo_module/cookiecutter.json
cookiecutter_leonardo_module.egg-info/PKG-INFO
cookiecutter_leonardo_module.egg-info/SOURCES.txt
cookiecutter_leonardo_module.egg-info/dependency_links.txt
cookiecutter_leonardo_module.egg-info/entry_points.txt
cookiecutter_leonardo_module.egg-info/not-zip-safe
cookiecutter_leonardo_module.egg-info/pbr.json
cookiecutter_leonardo_module.egg-info/requires.txt
cookiecutter_leonardo_module.egg-info/top_level.txt
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/.coveragerc
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/.gitignore
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/.travis.yml
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/LICENSE
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/MANIFEST.in
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/README.rst
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/requirements.txt
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/setup.cfg
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/setup.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tox.ini
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/docs/Makefile
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/docs/make.bat
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/docs/source/conf.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/docs/source/index.rst
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/docs/source/readme.rst
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/requirements/default.txt
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/requirements/tests.txt
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/cov.sh
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/local_settings.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/manage.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/testapp/__init__.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/testapp/models.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/testapp/settings.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/testapp/urls.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/testapp/tests/__init__.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/tests/testapp/tests/test_commands.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/{{cookiecutter.repo_name}}/__init__.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/{{cookiecutter.repo_name}}/models.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/{{cookiecutter.repo_name}}/settings.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/{{cookiecutter.repo_name}}/apps/__init__.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/{{cookiecutter.repo_name}}/migrations/__init__.py
cookiecutter_leonardo_module/{{cookiecutter.project_name}}/{{cookiecutter.repo_name}}/widget/__init__.py