codeforgoodconf / sisters-of-the-road-admin

Administrative tool and POS front-end for the Sisters of the Road Cafe
GNU Affero General Public License v3.0
15 stars 24 forks source link

Use DRF for the REST responses #113

Open mikelane opened 5 years ago

mikelane commented 5 years ago

Django Rest Framework makes REST a lot easier and more secure. So let's update our backend to use DRF instead of pure Django.