Why Split Your Project Into Apps? Django projects are made of apps, each handling a piece of your project’s functionality.For this tracker, our core app will handle transactions and categories. Step 1: Create the Tracker App Run: python manage.py st...
josephchu.dev1 min readNo responses yet.