From 2eec63daf6a779e389180a5076cbdab68c3d5aa5 Mon Sep 17 00:00:00 2001 From: JasonHomeWorkstationUbuntu Date: Wed, 21 Oct 2020 15:37:53 +1100 Subject: [PATCH] Changed dir name from puppy_store to src --- puppy_store/puppy_store/__init__.py | 0 {puppy_store => src}/manage.py | 0 {puppy_store => src}/puppies/__init__.py | 0 {puppy_store => src}/puppies/admin.py | 0 {puppy_store => src}/puppies/apps.py | 0 {puppy_store => src}/puppies/models.py | 0 {puppy_store => src}/puppies/serializers.py | 0 {puppy_store/puppies/migrations => src/puppies/tests}/__init__.py | 0 {puppy_store => src}/puppies/tests/test_models.py | 0 {puppy_store => src}/puppies/tests/test_views.py | 0 {puppy_store => src}/puppies/urls.py | 0 {puppy_store => src}/puppies/views.py | 0 {puppy_store/puppies/tests => src/puppy_store}/__init__.py | 0 {puppy_store => src}/puppy_store/asgi.py | 0 {puppy_store => src}/puppy_store/settings.py | 0 {puppy_store => src}/puppy_store/urls.py | 0 {puppy_store => src}/puppy_store/wsgi.py | 0 17 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 puppy_store/puppy_store/__init__.py rename {puppy_store => src}/manage.py (100%) rename {puppy_store => src}/puppies/__init__.py (100%) rename {puppy_store => src}/puppies/admin.py (100%) rename {puppy_store => src}/puppies/apps.py (100%) rename {puppy_store => src}/puppies/models.py (100%) rename {puppy_store => src}/puppies/serializers.py (100%) rename {puppy_store/puppies/migrations => src/puppies/tests}/__init__.py (100%) rename {puppy_store => src}/puppies/tests/test_models.py (100%) rename {puppy_store => src}/puppies/tests/test_views.py (100%) rename {puppy_store => src}/puppies/urls.py (100%) rename {puppy_store => src}/puppies/views.py (100%) rename {puppy_store/puppies/tests => src/puppy_store}/__init__.py (100%) rename {puppy_store => src}/puppy_store/asgi.py (100%) rename {puppy_store => src}/puppy_store/settings.py (100%) rename {puppy_store => src}/puppy_store/urls.py (100%) rename {puppy_store => src}/puppy_store/wsgi.py (100%) diff --git a/puppy_store/puppy_store/__init__.py b/puppy_store/puppy_store/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/puppy_store/manage.py b/src/manage.py similarity index 100% rename from puppy_store/manage.py rename to src/manage.py diff --git a/puppy_store/puppies/__init__.py b/src/puppies/__init__.py similarity index 100% rename from puppy_store/puppies/__init__.py rename to src/puppies/__init__.py diff --git a/puppy_store/puppies/admin.py b/src/puppies/admin.py similarity index 100% rename from puppy_store/puppies/admin.py rename to src/puppies/admin.py diff --git a/puppy_store/puppies/apps.py b/src/puppies/apps.py similarity index 100% rename from puppy_store/puppies/apps.py rename to src/puppies/apps.py diff --git a/puppy_store/puppies/models.py b/src/puppies/models.py similarity index 100% rename from puppy_store/puppies/models.py rename to src/puppies/models.py diff --git a/puppy_store/puppies/serializers.py b/src/puppies/serializers.py similarity index 100% rename from puppy_store/puppies/serializers.py rename to src/puppies/serializers.py diff --git a/puppy_store/puppies/migrations/__init__.py b/src/puppies/tests/__init__.py similarity index 100% rename from puppy_store/puppies/migrations/__init__.py rename to src/puppies/tests/__init__.py diff --git a/puppy_store/puppies/tests/test_models.py b/src/puppies/tests/test_models.py similarity index 100% rename from puppy_store/puppies/tests/test_models.py rename to src/puppies/tests/test_models.py diff --git a/puppy_store/puppies/tests/test_views.py b/src/puppies/tests/test_views.py similarity index 100% rename from puppy_store/puppies/tests/test_views.py rename to src/puppies/tests/test_views.py diff --git a/puppy_store/puppies/urls.py b/src/puppies/urls.py similarity index 100% rename from puppy_store/puppies/urls.py rename to src/puppies/urls.py diff --git a/puppy_store/puppies/views.py b/src/puppies/views.py similarity index 100% rename from puppy_store/puppies/views.py rename to src/puppies/views.py diff --git a/puppy_store/puppies/tests/__init__.py b/src/puppy_store/__init__.py similarity index 100% rename from puppy_store/puppies/tests/__init__.py rename to src/puppy_store/__init__.py diff --git a/puppy_store/puppy_store/asgi.py b/src/puppy_store/asgi.py similarity index 100% rename from puppy_store/puppy_store/asgi.py rename to src/puppy_store/asgi.py diff --git a/puppy_store/puppy_store/settings.py b/src/puppy_store/settings.py similarity index 100% rename from puppy_store/puppy_store/settings.py rename to src/puppy_store/settings.py diff --git a/puppy_store/puppy_store/urls.py b/src/puppy_store/urls.py similarity index 100% rename from puppy_store/puppy_store/urls.py rename to src/puppy_store/urls.py diff --git a/puppy_store/puppy_store/wsgi.py b/src/puppy_store/wsgi.py similarity index 100% rename from puppy_store/puppy_store/wsgi.py rename to src/puppy_store/wsgi.py