Add a user profile
authorDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 4 Mar 2022 16:10:37 +0000 (11:10 -0500)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 4 Mar 2022 16:10:37 +0000 (11:10 -0500)
commit637c8aa02f97e70453c659008783ecba1923b96c
treea839e0cd44854bceb8611282d0419c98d9aa5c31
parentaf1a3a283688e74a6e7868395cf2a507dcd2e0f4
Add a user profile
src/core/settings.py
src/core/urls.py
src/user_profile/__init__.py [new file with mode: 0644]
src/user_profile/admin.py [new file with mode: 0644]
src/user_profile/apps.py [new file with mode: 0644]
src/user_profile/migrations/0001_initial.py [new file with mode: 0644]
src/user_profile/migrations/__init__.py [new file with mode: 0644]
src/user_profile/models.py [new file with mode: 0644]
src/user_profile/tests.py [new file with mode: 0644]
src/user_profile/urls.py [new file with mode: 0644]
src/user_profile/views.py [new file with mode: 0644]