Muka-is-home / api

0 stars 0 forks source link

Create Admin Application in Backend Repo #14

Closed TrinityChristiana closed 9 months ago

TrinityChristiana commented 1 year ago

We aim to maintain a clear separation between the API and Admin page logic for easy maintenance. To achieve this, create a new app called admin using the python manage.py startapp command.

AC