From f58a06f01f31f81e4bbe7a615346b339610999d1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 16 Apr 2021 18:00:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Reorganize=20project=20to=20make?= =?UTF-8?q?=20space=20for=20the=20frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/Main.iml | 16 + .idea/misc.xml | 2 +- .idea/modules.xml | 4 +- .idea/poetry.xml | 1 + .idea/runConfigurations/sophon.xml | 2 +- README.md | 36 +- .gitignore => backend/.gitignore | 0 backend/Backend (Django).iml | 14 + manage.py => backend/manage.py | 0 poetry.lock => backend/poetry.lock | 0 pyproject.toml => backend/pyproject.toml | 0 {sophon => backend/sophon}/__init__.py | 0 {sophon => backend/sophon}/asgi.py | 0 {sophon => backend/sophon}/core/__init__.py | 0 {sophon => backend/sophon}/core/admin.py | 0 {sophon => backend/sophon}/core/apps.py | 0 .../sophon}/core/migrations/0001_initial.py | 0 .../sophon}/core/migrations/0001_sources.json | 0 .../migrations/0002_auto_20210415_1453.py | 0 .../sophon}/core/migrations/__init__.py | 0 {sophon => backend/sophon}/core/models.py | 0 .../sophon}/core/permissions.py | 0 .../sophon}/core/serializers.py | 0 {sophon => backend/sophon}/core/tests.py | 0 {sophon => backend/sophon}/core/urls.py | 0 {sophon => backend/sophon}/core/views.py | 0 {sophon => backend/sophon}/settings.py | 0 {sophon => backend/sophon}/urls.py | 0 {sophon => backend/sophon}/wsgi.py | 0 frontend/.gitignore | 23 + frontend/Frontend (React).iml | 9 + frontend/package-lock.json | 38159 ++++++++++++++++ frontend/package.json | 38 + frontend/public/favicon.ico | Bin 0 -> 3870 bytes frontend/public/index.html | 43 + frontend/public/logo192.png | Bin 0 -> 5347 bytes frontend/public/logo512.png | Bin 0 -> 9664 bytes frontend/public/manifest.json | 25 + frontend/public/robots.txt | 3 + frontend/src/App.css | 38 + frontend/src/App.js | 25 + frontend/src/App.test.js | 8 + frontend/src/index.css | 13 + frontend/src/index.js | 17 + frontend/src/logo.svg | 1 + frontend/src/reportWebVitals.js | 13 + frontend/src/setupTests.js | 5 + 47 files changed, 38458 insertions(+), 37 deletions(-) create mode 100644 .idea/Main.iml rename .gitignore => backend/.gitignore (100%) create mode 100644 backend/Backend (Django).iml rename manage.py => backend/manage.py (100%) rename poetry.lock => backend/poetry.lock (100%) rename pyproject.toml => backend/pyproject.toml (100%) rename {sophon => backend/sophon}/__init__.py (100%) rename {sophon => backend/sophon}/asgi.py (100%) rename {sophon => backend/sophon}/core/__init__.py (100%) rename {sophon => backend/sophon}/core/admin.py (100%) rename {sophon => backend/sophon}/core/apps.py (100%) rename {sophon => backend/sophon}/core/migrations/0001_initial.py (100%) rename {sophon => backend/sophon}/core/migrations/0001_sources.json (100%) rename {sophon => backend/sophon}/core/migrations/0002_auto_20210415_1453.py (100%) rename {sophon => backend/sophon}/core/migrations/__init__.py (100%) rename {sophon => backend/sophon}/core/models.py (100%) rename {sophon => backend/sophon}/core/permissions.py (100%) rename {sophon => backend/sophon}/core/serializers.py (100%) rename {sophon => backend/sophon}/core/tests.py (100%) rename {sophon => backend/sophon}/core/urls.py (100%) rename {sophon => backend/sophon}/core/views.py (100%) rename {sophon => backend/sophon}/settings.py (100%) rename {sophon => backend/sophon}/urls.py (100%) rename {sophon => backend/sophon}/wsgi.py (100%) create mode 100644 frontend/.gitignore create mode 100644 frontend/Frontend (React).iml create mode 100644 frontend/package-lock.json create mode 100644 frontend/package.json create mode 100644 frontend/public/favicon.ico create mode 100644 frontend/public/index.html create mode 100644 frontend/public/logo192.png create mode 100644 frontend/public/logo512.png create mode 100644 frontend/public/manifest.json create mode 100644 frontend/public/robots.txt create mode 100644 frontend/src/App.css create mode 100644 frontend/src/App.js create mode 100644 frontend/src/App.test.js create mode 100644 frontend/src/index.css create mode 100644 frontend/src/index.js create mode 100644 frontend/src/logo.svg create mode 100644 frontend/src/reportWebVitals.js create mode 100644 frontend/src/setupTests.js diff --git a/.idea/Main.iml b/.idea/Main.iml new file mode 100644 index 0000000..4fa9dcc --- /dev/null +++ b/.idea/Main.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index deb6c43..dd29b11 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ IDE - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index bcdd024..5accf22 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,9 @@ - + + + \ No newline at end of file diff --git a/.idea/poetry.xml b/.idea/poetry.xml index f3346ed..6bfc226 100644 --- a/.idea/poetry.xml +++ b/.idea/poetry.xml @@ -4,6 +4,7 @@ diff --git a/.idea/runConfigurations/sophon.xml b/.idea/runConfigurations/sophon.xml index 6a102a5..55e2dc1 100644 --- a/.idea/runConfigurations/sophon.xml +++ b/.idea/runConfigurations/sophon.xml @@ -1,6 +1,6 @@ - +