From 3f58435acc6a9a26cdad4323e74537b07dc0fea3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 7 Apr 2021 15:21:20 +0200 Subject: [PATCH] Rename top-level package --- {djangoldp_example => djangoldp_webpushnotification}/__init__.py | 0 {djangoldp_example => djangoldp_webpushnotification}/admin.py | 0 {djangoldp_example => djangoldp_webpushnotification}/apps.py | 0 {djangoldp_example => djangoldp_webpushnotification}/factories.py | 0 .../management/__init__.py | 0 .../management/commands/__init__.py | 0 .../management/commands/mock_example.py | 0 .../migrations/__init__.py | 0 {djangoldp_example => djangoldp_webpushnotification}/models.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {djangoldp_example => djangoldp_webpushnotification}/__init__.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/admin.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/apps.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/factories.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/management/__init__.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/management/commands/__init__.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/management/commands/mock_example.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/migrations/__init__.py (100%) rename {djangoldp_example => djangoldp_webpushnotification}/models.py (100%) diff --git a/djangoldp_example/__init__.py b/djangoldp_webpushnotification/__init__.py similarity index 100% rename from djangoldp_example/__init__.py rename to djangoldp_webpushnotification/__init__.py diff --git a/djangoldp_example/admin.py b/djangoldp_webpushnotification/admin.py similarity index 100% rename from djangoldp_example/admin.py rename to djangoldp_webpushnotification/admin.py diff --git a/djangoldp_example/apps.py b/djangoldp_webpushnotification/apps.py similarity index 100% rename from djangoldp_example/apps.py rename to djangoldp_webpushnotification/apps.py diff --git a/djangoldp_example/factories.py b/djangoldp_webpushnotification/factories.py similarity index 100% rename from djangoldp_example/factories.py rename to djangoldp_webpushnotification/factories.py diff --git a/djangoldp_example/management/__init__.py b/djangoldp_webpushnotification/management/__init__.py similarity index 100% rename from djangoldp_example/management/__init__.py rename to djangoldp_webpushnotification/management/__init__.py diff --git a/djangoldp_example/management/commands/__init__.py b/djangoldp_webpushnotification/management/commands/__init__.py similarity index 100% rename from djangoldp_example/management/commands/__init__.py rename to djangoldp_webpushnotification/management/commands/__init__.py diff --git a/djangoldp_example/management/commands/mock_example.py b/djangoldp_webpushnotification/management/commands/mock_example.py similarity index 100% rename from djangoldp_example/management/commands/mock_example.py rename to djangoldp_webpushnotification/management/commands/mock_example.py diff --git a/djangoldp_example/migrations/__init__.py b/djangoldp_webpushnotification/migrations/__init__.py similarity index 100% rename from djangoldp_example/migrations/__init__.py rename to djangoldp_webpushnotification/migrations/__init__.py diff --git a/djangoldp_example/models.py b/djangoldp_webpushnotification/models.py similarity index 100% rename from djangoldp_example/models.py rename to djangoldp_webpushnotification/models.py