From 8e429d7e3d5ad785b12f761b27197bd31ef5da27 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Mon, 21 May 2018 16:20:16 +0300 Subject: [PATCH] Update PyCharm configs with respect to the latest IDE version --- {{cookiecutter.project_slug}}/.idea/misc.xml | 6 ++++ .../.idea/modules.xml | 8 +++++ .../runConfigurations/Docker__runserver.xml | 33 ------------------- .../merge_production_dotenvs_in_dotenv.xml | 2 +- .../{Docker__migrate.xml => migrate.xml} | 8 ++--- .../.idea/runConfigurations/runserver.xml | 33 +++++++++++++++++++ ..._runserver_plus.xml => runserver_plus.xml} | 8 ++--- ...ocker__tests___all.xml => tests___all.xml} | 6 ++-- ...stUser.xml => tests___class__TestUser.xml} | 6 ++-- ...dels.xml => tests___file__test_models.xml} | 6 ++-- ...e__users.xml => tests___module__users.xml} | 6 ++-- ...sts___specific__test_get_absolute_url.xml} | 6 ++-- {{cookiecutter.project_slug}}/.idea/vcs.xml | 2 +- .../.idea/{{cookiecutter.project_slug}}.iml | 19 +++++++++-- 14 files changed, 88 insertions(+), 61 deletions(-) create mode 100644 {{cookiecutter.project_slug}}/.idea/misc.xml create mode 100644 {{cookiecutter.project_slug}}/.idea/modules.xml delete mode 100644 {{cookiecutter.project_slug}}/.idea/runConfigurations/Docker__runserver.xml rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__migrate.xml => migrate.xml} (80%) create mode 100644 {{cookiecutter.project_slug}}/.idea/runConfigurations/runserver.xml rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__runserver_plus.xml => runserver_plus.xml} (81%) rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__tests___all.xml => tests___all.xml} (83%) rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__tests___class__TestUser.xml => tests___class__TestUser.xml} (83%) rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__tests___file__test_models.xml => tests___file__test_models.xml} (82%) rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__tests___module__users.xml => tests___module__users.xml} (82%) rename {{cookiecutter.project_slug}}/.idea/runConfigurations/{Docker__tests___specific__test_get_absolute_url.xml => tests___specific__test_get_absolute_url.xml} (82%) diff --git a/{{cookiecutter.project_slug}}/.idea/misc.xml b/{{cookiecutter.project_slug}}/.idea/misc.xml new file mode 100644 index 00000000..10af178f --- /dev/null +++ b/{{cookiecutter.project_slug}}/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + diff --git a/{{cookiecutter.project_slug}}/.idea/modules.xml b/{{cookiecutter.project_slug}}/.idea/modules.xml new file mode 100644 index 00000000..1418fcdd --- /dev/null +++ b/{{cookiecutter.project_slug}}/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/{{cookiecutter.project_slug}}/.idea/runConfigurations/Docker__runserver.xml b/{{cookiecutter.project_slug}}/.idea/runConfigurations/Docker__runserver.xml deleted file mode 100644 index 77b9a587..00000000 --- a/{{cookiecutter.project_slug}}/.idea/runConfigurations/Docker__runserver.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - diff --git a/{{cookiecutter.project_slug}}/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml b/{{cookiecutter.project_slug}}/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml index 18f8365a..cf2c5dd8 100644 --- a/{{cookiecutter.project_slug}}/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml +++ b/{{cookiecutter.project_slug}}/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml @@ -1,5 +1,6 @@ +