Files
stiftung-management-system/app/static.backup.20250930_171758
Jan Remmer Siebels c3e0cc0f6a Fix quarterly payment schedule to correct advance payment dates
- 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
2025-10-01 13:12:52 +02:00
..

Static Files Directory

This directory contains static files for the Django application.

Structure:

  • css/ - Custom CSS files
  • js/ - Custom JavaScript files
  • img/ - Image assets
  • fonts/ - Font files

Static files are collected to staticfiles/ directory during deployment via python manage.py collectstatic.