]> vgcfreebox.myrthtech.pt Git - ue-cc-donkeysponsor.git/commit
core functionality for webapp
authorVGoncalo <vitor.goncalo.costa@gmail.com>
Sun, 3 May 2026 23:10:32 +0000 (00:10 +0100)
committerVGoncalo <vitor.goncalo.costa@gmail.com>
Sun, 3 May 2026 23:10:32 +0000 (00:10 +0100)
commit73e00a9ac22c09337251fa247fb22a20349dc501
tree10060647b0992ad2be73ef5a9aa3ef77b796b50b
core functionality for webapp
38 files changed:
core/.DS_Store [new file with mode: 0644]
core/__init__.py [new file with mode: 0644]
core/__pycache__/__init__.cpython-314.pyc [new file with mode: 0644]
core/__pycache__/admin.cpython-314.pyc [new file with mode: 0644]
core/__pycache__/apps.cpython-314.pyc [new file with mode: 0644]
core/__pycache__/forms.cpython-314.pyc [new file with mode: 0644]
core/__pycache__/models.cpython-314.pyc [new file with mode: 0644]
core/__pycache__/urls.cpython-314.pyc [new file with mode: 0644]
core/__pycache__/views.cpython-314.pyc [new file with mode: 0644]
core/admin.py [new file with mode: 0644]
core/apps.py [new file with mode: 0644]
core/forms.py [new file with mode: 0644]
core/migrations/.DS_Store [new file with mode: 0644]
core/migrations/0001_initial.py [new file with mode: 0644]
core/migrations/__init__.py [new file with mode: 0644]
core/migrations/__pycache__/0001_initial.cpython-314.pyc [new file with mode: 0644]
core/migrations/__pycache__/0002_remove_post_image_remove_profile_role_and_more.cpython-314.pyc [new file with mode: 0644]
core/migrations/__pycache__/0003_donkey_date_of_birth.cpython-314.pyc [new file with mode: 0644]
core/migrations/__pycache__/0004_remove_donkey_date_of_birth.cpython-314.pyc [new file with mode: 0644]
core/migrations/__pycache__/0005_donkey_date_of_birth.cpython-314.pyc [new file with mode: 0644]
core/migrations/__pycache__/__init__.cpython-314.pyc [new file with mode: 0644]
core/models.py [new file with mode: 0644]
core/templates/.DS_Store [new file with mode: 0644]
core/templates/core/home.html [new file with mode: 0644]
core/templates/core/index.html [new file with mode: 0644]
core/tests.py [new file with mode: 0644]
core/urls.py [new file with mode: 0644]
core/views.py [new file with mode: 0644]
donkeys/__init__.py [new file with mode: 0644]
donkeys/__pycache__/__init__.cpython-314.pyc [new file with mode: 0644]
donkeys/__pycache__/settings.cpython-314.pyc [new file with mode: 0644]
donkeys/__pycache__/urls.cpython-314.pyc [new file with mode: 0644]
donkeys/__pycache__/wsgi.cpython-314.pyc [new file with mode: 0644]
donkeys/asgi.py [new file with mode: 0644]
donkeys/settings.py [new file with mode: 0644]
donkeys/urls.py [new file with mode: 0644]
donkeys/wsgi.py [new file with mode: 0644]
posts/daciapost.jpg [new file with mode: 0644]