Showing
69 changed files
with
1373 additions
and
0 deletions
.env.-sample
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
app/Dockerfile
0 → 100644
app/apps/__init__.py
0 → 100644
app/apps/core/__init__.py
0 → 100644
app/apps/core/apps.py
0 → 100644
app/apps/core/templates/__init__.py
0 → 100644
app/apps/core/templates/core/__init__.py
0 → 100644
app/apps/core/templates/core/base.html
0 → 100644
app/apps/core/templates/core/navbar.html
0 → 100644
app/apps/core/templates/core/sidebar.html
0 → 100644
app/apps/core/templatetags/__init__.py
0 → 100644
app/apps/core/templatetags/startswith.py
0 → 100644
app/apps/core/views.py
0 → 100644
app/apps/djangoapp/__init__.py
0 → 100644
app/apps/djangoapp/admin.py
0 → 100644
app/apps/djangoapp/apps.py
0 → 100644
app/apps/djangoapp/forms.py
0 → 100644
app/apps/djangoapp/migrations/__init__.py
0 → 100644
app/apps/djangoapp/models.py
0 → 100644
app/apps/djangoapp/tests.py
0 → 100644
app/apps/djangoapp/urls.py
0 → 100644
app/apps/djangoapp/views.py
0 → 100644
app/apps/reactapp/__init__.py
0 → 100644
app/apps/reactapp/admin.py
0 → 100644
app/apps/reactapp/apps.py
0 → 100644
app/apps/reactapp/forms.py
0 → 100644
app/apps/reactapp/migrations/0001_initial.py
0 → 100644
app/apps/reactapp/migrations/__init__.py
0 → 100644
app/apps/reactapp/models.py
0 → 100644
app/apps/reactapp/tests.py
0 → 100644
app/apps/reactapp/urls.py
0 → 100644
app/apps/reactapp/views.py
0 → 100644
app/apps/welcome/__init__.py
0 → 100644
app/apps/welcome/admin.py
0 → 100644
app/apps/welcome/apps.py
0 → 100644
app/apps/welcome/migrations/__init__.py
0 → 100644
app/apps/welcome/models.py
0 → 100644
app/apps/welcome/static/__init__.py
0 → 100644
app/apps/welcome/static/welcome/__init__.py
0 → 100644
14.4 KB
app/apps/welcome/templates/__init__.py
0 → 100644
app/apps/welcome/tests/__init__.py
0 → 100644
app/apps/welcome/tests/test_forms.py
0 → 100644
app/apps/welcome/tests/test_models.py
0 → 100644
app/apps/welcome/tests/test_views.py
0 → 100644
app/apps/welcome/urls.py
0 → 100644
app/apps/welcome/views.py
0 → 100644
app/conf/__init__.py
0 → 100644
app/conf/asgi.py
0 → 100644
app/conf/settings.py
0 → 100644
app/conf/urls.py
0 → 100644
app/conf/wsgi.py
0 → 100644
app/entrypoint.sh
0 → 100644
app/manage.py
0 → 100644
app/requirements.txt
0 → 100644
docker-compose.yml
0 → 100644
-
Please register or login to post a comment