Muka-is-home / api

0 stars 0 forks source link

WIP: Admin Portal #33

Closed Justin-Ferwerda closed 11 months ago

Justin-Ferwerda commented 11 months ago

This pull request adds admin functionality as well as user signup functionality.

To test: You will need a superuser account to log in to admin portal. git fetch adminapp-views git checkout adminapp-views python manage.py migrate python manage.py loaddata states counties user_types python manage.py runserver

Since this PR extends the user model heavily, you will either need to add defaults to each user when migrating or start fresh with no users.

Endpoints: