]>
author | Damian Myrda <monkey.damianek@gmail.com> | |
Wed, 24 Apr 2024 19:44:36 +0000 (14:44 -0500) | ||
committer | Damian Myrda <monkey.damianek@gmail.com> | |
Wed, 24 Apr 2024 19:44:36 +0000 (14:44 -0500) | ||
commit | bbdfe009d2bbcbb7413ef40e1da53a315395dca3 | |
tree | 9574aee744f4252578a45a226d70035f44f7e6f8 | tree | snapshot |
parent | da867c428b41acd76b85b471b21c4a43afc823ec | commit | diff |
.gitignore | [new file with mode: 0755] | blob |
config.py | [new file with mode: 0644] | blob |
database.json | [new file with mode: 0644] | blob |
database.py | [new file with mode: 0644] | blob |
main.py | [new file with mode: 0644] | blob |
models/__init__.py | [new file with mode: 0644] | blob |
models/discussion.py | [new file with mode: 0644] | blob |
models/event.py | [new file with mode: 0644] | blob |
models/group.py | [new file with mode: 0644] | blob |
models/member.py | [new file with mode: 0644] | blob |
models/project.py | [new file with mode: 0644] | blob |
models/update.py | [new file with mode: 0644] | blob |
projects.py | [new file with mode: 0644] | blob |
schoology.py | [new file with mode: 0644] | blob |
static/intro.css | [new file with mode: 0644] | blob |
static/style.css | [new file with mode: 0644] | blob |
templates/discussions.html | [new file with mode: 0644] | blob |
templates/elements/authors.html | [new file with mode: 0644] | blob |
templates/elements/datetime.html | [new file with mode: 0644] | blob |
templates/elements/discussions.html | [new file with mode: 0644] | blob |
templates/elements/events.html | [new file with mode: 0644] | blob |
templates/elements/metadata.html | [new file with mode: 0644] | blob |
templates/elements/navigation.html | [new file with mode: 0644] | blob |
templates/elements/projects.html | [new file with mode: 0644] | blob |
templates/elements/space.html | [new file with mode: 0644] | blob |
templates/elements/updates.html | [new file with mode: 0644] | blob |
templates/home.html | [new file with mode: 0644] | blob |
templates/members.html | [new file with mode: 0644] | blob |
templates/projects.html | [new file with mode: 0644] | blob |
templates/updates.html | [new file with mode: 0644] | blob |