Form is now available
authorGeorgios Atheridis <georgios@atheridis.org>
Sun, 22 Jan 2023 10:46:59 +0000 (10:46 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Sun, 22 Jan 2023 10:46:59 +0000 (10:46 +0000)
commit7eed068ffabf56aa37c86d4fe7a2899308df8576
tree4d725e7bd5821df05dde288c510479c638d5ddfb
Form is now available

Basic structure of site defined.
18 files changed:
.flake8 [new file with mode: 0644]
.gitignore [new file with mode: 0644]
core/core/__init__.py [new file with mode: 0644]
core/core/asgi.py [new file with mode: 0644]
core/core/settings.py [new file with mode: 0644]
core/core/urls.py [new file with mode: 0644]
core/core/wsgi.py [new file with mode: 0644]
core/manage.py [new file with mode: 0755]
core/manager/__init__.py [new file with mode: 0644]
core/manager/admin.py [new file with mode: 0644]
core/manager/apps.py [new file with mode: 0644]
core/manager/migrations/__init__.py [new file with mode: 0644]
core/manager/models.py [new file with mode: 0644]
core/manager/templates/manager/index.html [new file with mode: 0644]
core/manager/tests.py [new file with mode: 0644]
core/manager/views.py [new file with mode: 0644]
core/static/main.css [new file with mode: 0644]
core/templates/base.html [new file with mode: 0644]