From f14619a6588ca928750daa7c09632511a14e233d Mon Sep 17 00:00:00 2001 From: Alexandr Karpov Date: Sat, 7 Jan 2023 17:47:07 +0300 Subject: [PATCH] added idea --- .gitignore | 2 - .idea/akarpov.iml | 44 +++++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 6 +++ .idea/jsLibraryMappings.xml | 6 +++ .idea/misc.xml | 7 +++ .idea/modules.xml | 8 ++++ .../docker_compose_up_django.xml | 18 ++++++++ .../docker_compose_up_docs.xml | 16 +++++++ .../merge_production_dotenvs_in_dotenv.xml | 21 +++++++++ .idea/runConfigurations/migrate.xml | 32 ++++++++++++++ .idea/runConfigurations/pytest___.xml | 25 +++++++++++ .idea/runConfigurations/pytest__users.xml | 25 +++++++++++ .idea/runConfigurations/runserver.xml | 33 ++++++++++++++ .idea/runConfigurations/runserver_plus.xml | 33 ++++++++++++++ .idea/vcs.xml | 7 +++ .idea/webResources.xml | 14 ++++++ 16 files changed, 295 insertions(+), 2 deletions(-) create mode 100644 .idea/akarpov.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations/docker_compose_up_django.xml create mode 100644 .idea/runConfigurations/docker_compose_up_docs.xml create mode 100644 .idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml create mode 100644 .idea/runConfigurations/migrate.xml create mode 100644 .idea/runConfigurations/pytest___.xml create mode 100644 .idea/runConfigurations/pytest__users.xml create mode 100644 .idea/runConfigurations/runserver.xml create mode 100644 .idea/runConfigurations/runserver_plus.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/webResources.xml diff --git a/.gitignore b/.gitignore index d71c9e4..a8d71cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -.idea - ### Python template # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/.idea/akarpov.iml b/.idea/akarpov.iml new file mode 100644 index 0000000..5a3ec47 --- /dev/null +++ b/.idea/akarpov.iml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..33b4736 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..5468ef4 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b1480c8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b5db070 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.idea/runConfigurations/docker_compose_up_django.xml b/.idea/runConfigurations/docker_compose_up_django.xml new file mode 100644 index 0000000..2e3e177 --- /dev/null +++ b/.idea/runConfigurations/docker_compose_up_django.xml @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/docker_compose_up_docs.xml b/.idea/runConfigurations/docker_compose_up_docs.xml new file mode 100644 index 0000000..0f77b28 --- /dev/null +++ b/.idea/runConfigurations/docker_compose_up_docs.xml @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml b/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml new file mode 100644 index 0000000..bdbc847 --- /dev/null +++ b/.idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml @@ -0,0 +1,21 @@ + + + + + diff --git a/.idea/runConfigurations/migrate.xml b/.idea/runConfigurations/migrate.xml new file mode 100644 index 0000000..5e69932 --- /dev/null +++ b/.idea/runConfigurations/migrate.xml @@ -0,0 +1,32 @@ + + + + + diff --git a/.idea/runConfigurations/pytest___.xml b/.idea/runConfigurations/pytest___.xml new file mode 100644 index 0000000..5cd9647 --- /dev/null +++ b/.idea/runConfigurations/pytest___.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/.idea/runConfigurations/pytest__users.xml b/.idea/runConfigurations/pytest__users.xml new file mode 100644 index 0000000..4d7420b --- /dev/null +++ b/.idea/runConfigurations/pytest__users.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/.idea/runConfigurations/runserver.xml b/.idea/runConfigurations/runserver.xml new file mode 100644 index 0000000..64ad8f9 --- /dev/null +++ b/.idea/runConfigurations/runserver.xml @@ -0,0 +1,33 @@ + + + + + diff --git a/.idea/runConfigurations/runserver_plus.xml b/.idea/runConfigurations/runserver_plus.xml new file mode 100644 index 0000000..68eb055 --- /dev/null +++ b/.idea/runConfigurations/runserver_plus.xml @@ -0,0 +1,33 @@ + + + + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..967ad7a --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.idea/webResources.xml b/.idea/webResources.xml new file mode 100644 index 0000000..e318df0 --- /dev/null +++ b/.idea/webResources.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +