DEBUG cookiecutter.config: User config not found. Loading default config. DEBUG cookiecutter.hooks: hooks_dir is /home/projects/django-hydra/hooks DEBUG cookiecutter.main: context_file is django-hydra/cookiecutter.json DEBUG cookiecutter.generate: Context generated is OrderedDict([('cookiecutter', OrderedDict([('project_name', 'sampleapp'), ('project_name_verbose', 'Sample App'), ('repo_name', "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}"), ('author_name', 'Ben Beecher'), ('email', "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@lightmatter.com"), ('org_name', 'Lightmatter'), ('description', 'A short description of the project.'), ('domain_name', 'example.com'), ('version', '0.1.0'), ('_copy_without_render', ['{{cookiecutter.repo_name}}/**/*.jinja', '{{cookiecutter.repo_name}}/**/*.html', '{{cookiecutter.repo_name}}/templates/**/*.txt'])]))]) DEBUG cookiecutter.main: context is OrderedDict([('cookiecutter', OrderedDict([('project_name', 'sampleapp'), ('project_name_verbose', 'Sample App'), ('repo_name', 'sampleapp'), ('author_name', 'Ben Beecher'), ('email', 'ben-beecher@lightmatter.com'), ('org_name', 'Lightmatter'), ('description', 'A short description of the project.'), ('domain_name', 'example.com'), ('version', '0.1.0'), ('_copy_without_render', ['{{cookiecutter.repo_name}}/**/*.jinja', '{{cookiecutter.repo_name}}/**/*.html', '{{cookiecutter.repo_name}}/templates/**/*.txt'])])), ('_cookiecutter', {'project_name': 'sampleapp', 'project_name_verbose': 'Sample App', 'repo_name': "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}", 'author_name': 'Ben Beecher', 'email': "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@lightmatter.com", 'org_name': 'Lightmatter', 'description': 'A short description of the project.', 'domain_name': 'example.com', 'version': '0.1.0'})]) DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): /home/projects/.cookiecutter_replay/ DEBUG cookiecutter.find: Searching django-hydra for the project template. DEBUG cookiecutter.find: The project template appears to be django-hydra/{{cookiecutter.repo_name}} DEBUG cookiecutter.generate: Generating project from django-hydra/{{cookiecutter.repo_name}}... DEBUG cookiecutter.generate: Rendered dir sampleapp must exist in output_dir . DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): sampleapp DEBUG cookiecutter.generate: Project directory is /home/projects/sampleapp DEBUG cookiecutter.hooks: hooks_dir is /home/projects/django-hydra/hooks DEBUG cookiecutter.hooks: Running hook pre_gen_project DEBUG cookiecutter.generate: Rendered dir /home/projects/sampleapp/scripts must exist in output_dir . DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): /home/projects/sampleapp/scripts DEBUG cookiecutter.generate: Rendered dir /home/projects/sampleapp/.github must exist in output_dir . DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): /home/projects/sampleapp/.github DEBUG cookiecutter.generate: Rendered dir /home/projects/sampleapp/.vscode must exist in output_dir . DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): /home/projects/sampleapp/.vscode DEBUG cookiecutter.generate: Rendered dir /home/projects/sampleapp/compose must exist in output_dir . DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): /home/projects/sampleapp/compose DEBUG cookiecutter.generate: Rendered dir /home/projects/sampleapp/sampleapp must exist in output_dir . DEBUG cookiecutter.utils: Making sure path exists (creates tree if not exist): /home/projects/sampleapp/sampleapp DEBUG cookiecutter.generate: Processing file render.yaml DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/render.yaml DEBUG cookiecutter.generate: Check render.yaml to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/render.yaml DEBUG cookiecutter.generate: Processing file manage.py DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/manage.py DEBUG cookiecutter.generate: Check manage.py to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/manage.py DEBUG cookiecutter.generate: Processing file vitest.config.ts DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/vitest.config.ts DEBUG cookiecutter.generate: Check vitest.config.ts to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/vitest.config.ts DEBUG cookiecutter.generate: Processing file tailwind.config.js DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/tailwind.config.js DEBUG cookiecutter.generate: Check tailwind.config.js to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/tailwind.config.js DEBUG cookiecutter.generate: Processing file tsconfig.json DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/tsconfig.json DEBUG cookiecutter.generate: Check tsconfig.json to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/tsconfig.json DEBUG cookiecutter.generate: Processing file .pre-commit-config.yaml DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.pre-commit-config.yaml DEBUG cookiecutter.generate: Check .pre-commit-config.yaml to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.pre-commit-config.yaml DEBUG cookiecutter.generate: Processing file build.sh DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/build.sh DEBUG cookiecutter.generate: Check build.sh to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/build.sh DEBUG cookiecutter.generate: Processing file .env.example DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.env.example DEBUG cookiecutter.generate: Check .env.example to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.env.example DEBUG cookiecutter.generate: Processing file gunicorn.conf.py DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/gunicorn.conf.py DEBUG cookiecutter.generate: Check gunicorn.conf.py to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/gunicorn.conf.py DEBUG cookiecutter.generate: Processing file pyproject.toml DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/pyproject.toml DEBUG cookiecutter.generate: Check pyproject.toml to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/pyproject.toml DEBUG cookiecutter.generate: Processing file .gitignore DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.gitignore DEBUG cookiecutter.generate: Check .gitignore to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.gitignore DEBUG cookiecutter.generate: Processing file fly.toml DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/fly.toml DEBUG cookiecutter.generate: Check fly.toml to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/fly.toml DEBUG cookiecutter.generate: Processing file .ignore DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.ignore DEBUG cookiecutter.generate: Check .ignore to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.ignore DEBUG cookiecutter.generate: Processing file poetry.lock DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/poetry.lock DEBUG cookiecutter.generate: Check poetry.lock to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/poetry.lock DEBUG cookiecutter.generate: Processing file .eslintrc.js DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.eslintrc.js DEBUG cookiecutter.generate: Check .eslintrc.js to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.eslintrc.js DEBUG cookiecutter.generate: Processing file .stylelintrc DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.stylelintrc DEBUG cookiecutter.generate: Check .stylelintrc to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.stylelintrc DEBUG cookiecutter.generate: Processing file .prettierrc.json DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.prettierrc.json DEBUG cookiecutter.generate: Check .prettierrc.json to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.prettierrc.json DEBUG cookiecutter.generate: Processing file .prettierignore DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/.prettierignore DEBUG cookiecutter.generate: Check .prettierignore to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/.prettierignore DEBUG cookiecutter.generate: Processing file postcss.config.js DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/postcss.config.js DEBUG cookiecutter.generate: Check postcss.config.js to see if it's a binary DEBUG cookiecutter.generate: Using detected newline character '\n' DEBUG cookiecutter.generate: Writing contents to file /home/projects/sampleapp/postcss.config.js DEBUG cookiecutter.generate: Processing file mise.toml DEBUG cookiecutter.generate: Created file at /home/projects/sampleapp/mise.toml DEBUG cookiecutter.generate: Check mise.toml to see if it's a binary