Using and Customizing Django Admin for Your Financial Tracker
What Is the Django Admin?
Django admin is a built-in, auto-generated interface for managing your data.You can add, edit, delete, and search transactions and categories easily.
Step 1: Create a Superuser
Run:
python manage.py createsuperuser
Follow ...
josephchu.dev1 min read