diff --git a/active.sh b/{{cookiecutter.project_slug}}/active.sh similarity index 100% rename from active.sh rename to {{cookiecutter.project_slug}}/active.sh diff --git a/clear_db.sh b/{{cookiecutter.project_slug}}/clear_db.sh similarity index 100% rename from clear_db.sh rename to {{cookiecutter.project_slug}}/clear_db.sh diff --git a/git_clean_cache.sh b/{{cookiecutter.project_slug}}/git_clean_cache.sh similarity index 100% rename from git_clean_cache.sh rename to {{cookiecutter.project_slug}}/git_clean_cache.sh diff --git a/makemigrations.sh b/{{cookiecutter.project_slug}}/makemigrations.sh similarity index 100% rename from makemigrations.sh rename to {{cookiecutter.project_slug}}/makemigrations.sh diff --git a/migrate.sh b/{{cookiecutter.project_slug}}/migrate.sh similarity index 100% rename from migrate.sh rename to {{cookiecutter.project_slug}}/migrate.sh diff --git a/run.sh b/{{cookiecutter.project_slug}}/run.sh similarity index 100% rename from run.sh rename to {{cookiecutter.project_slug}}/run.sh diff --git a/shell.sh b/{{cookiecutter.project_slug}}/shell.sh similarity index 100% rename from shell.sh rename to {{cookiecutter.project_slug}}/shell.sh