- Q1: Due December 15 (previous year) - Q2: Due March 15 - Q3: Due June 15 - Q4: Due September 15 Added new management command fix_quarterly_payment_schedule to update existing payments
Static Files Directory
This directory contains static files for the Django application.
Structure:
css/- Custom CSS filesjs/- Custom JavaScript filesimg/- Image assetsfonts/- Font files
Static files are collected to staticfiles/ directory during deployment via python manage.py collectstatic.