Add apps for the planned areas
authorDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 2 Mar 2022 23:11:41 +0000 (18:11 -0500)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 2 Mar 2022 23:11:41 +0000 (18:11 -0500)
commita61e6c6f81f4b3b226cdc232272f2cea3a129c2a
treef8e888c2e4ed901aebef3a86bab4301cde8fa911
parentcea11066032caad801125c5d81754aff21e9a286
Add apps for the planned areas
21 files changed:
src/climbing/__init__.py [new file with mode: 0644]
src/climbing/admin.py [new file with mode: 0644]
src/climbing/apps.py [new file with mode: 0644]
src/climbing/migrations/__init__.py [new file with mode: 0644]
src/climbing/models.py [new file with mode: 0644]
src/climbing/tests.py [new file with mode: 0644]
src/climbing/views.py [new file with mode: 0644]
src/nutrition/__init__.py [new file with mode: 0644]
src/nutrition/admin.py [new file with mode: 0644]
src/nutrition/apps.py [new file with mode: 0644]
src/nutrition/migrations/__init__.py [new file with mode: 0644]
src/nutrition/models.py [new file with mode: 0644]
src/nutrition/tests.py [new file with mode: 0644]
src/nutrition/views.py [new file with mode: 0644]
src/training/__init__.py [new file with mode: 0644]
src/training/admin.py [new file with mode: 0644]
src/training/apps.py [new file with mode: 0644]
src/training/migrations/__init__.py [new file with mode: 0644]
src/training/models.py [new file with mode: 0644]
src/training/tests.py [new file with mode: 0644]
src/training/views.py [new file with mode: 0644]