From 7bdc5da9580c66f269a50091f8ed793ca8843c54 Mon Sep 17 00:00:00 2001 From: myvault Date: Thu, 27 Sep 2018 12:42:15 +0300 Subject: [PATCH] Version 1.0 --- active.sh => {{cookiecutter.project_slug}}/active.sh | 0 clear_db.sh => {{cookiecutter.project_slug}}/clear_db.sh | 0 .../git_clean_cache.sh | 0 .../makemigrations.sh | 0 migrate.sh => {{cookiecutter.project_slug}}/migrate.sh | 0 run.sh => {{cookiecutter.project_slug}}/run.sh | 0 shell.sh => {{cookiecutter.project_slug}}/shell.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename active.sh => {{cookiecutter.project_slug}}/active.sh (100%) rename clear_db.sh => {{cookiecutter.project_slug}}/clear_db.sh (100%) rename git_clean_cache.sh => {{cookiecutter.project_slug}}/git_clean_cache.sh (100%) rename makemigrations.sh => {{cookiecutter.project_slug}}/makemigrations.sh (100%) rename migrate.sh => {{cookiecutter.project_slug}}/migrate.sh (100%) rename run.sh => {{cookiecutter.project_slug}}/run.sh (100%) rename shell.sh => {{cookiecutter.project_slug}}/shell.sh (100%) 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