Commit Graph

14 Commits

Author SHA1 Message Date
pacnpal
8549cc527c major changes, including tailwind v4 2025-08-15 12:24:20 -04:00
pacnpal
788cf7286b Add operators and property owners functionality
- Implemented OperatorListView and OperatorDetailView for managing operators.
- Created corresponding templates for operator listing and detail views.
- Added PropertyOwnerListView and PropertyOwnerDetailView for managing property owners.
- Developed templates for property owner listing and detail views.
- Established relationships between parks and operators, and parks and property owners in the models.
- Created migrations to reflect the new relationships and fields in the database.
- Added admin interfaces for PropertyOwner management.
- Implemented tests for operators and property owners.
2025-07-04 14:49:36 -04:00
pacnpal
2cf2949962 Add migrations to alter primary key fields to BigAutoField for multiple models 2025-02-21 12:55:21 -05:00
pacnpal
d1031f8dcb Update migration files for Django 5.1.4; remove obsolete merge migrations and adjust history tracking context in templates 2025-02-10 00:11:29 -05:00
pacnpal
64d9943d86 Refactor model imports and update admin classes to use pghistory for historical tracking; replace HistoricalModel with TrackedModel in relevant models 2025-02-09 11:20:40 -05:00
pacnpal
da252386cc Revert "Add version control system functionality with branch management, history tracking, and merge operations"
This reverts commit 939eaed201.
2025-02-08 17:37:30 -05:00
pacnpal
181f49a0f2 Refactor comments app to use mixins for comment functionality; update admin interfaces and add historical model fixes 2025-02-08 16:33:55 -05:00
pacnpal
0eded4fc9b Update Django and dependencies, add app path configuration 2025-02-06 13:58:57 -05:00
pacnpal
bc8a35d243 Add LocationForm import to LocationSearchView and ignore type check for piexif import 2025-02-05 18:10:07 -05:00
pixeebot[bot]
b350159947 Add timeout to requests calls 2025-01-28 03:09:49 +00:00
pacnpal
2279e19cfd Enhance moderation dashboard UI and UX:
- Add HTMX-powered filtering with instant updates
- Add smooth transitions and loading states
- Improve visual hierarchy and styling
- Add review notes functionality
- Add confirmation dialogs for actions
- Make navigation sticky
- Add hover effects and visual feedback
- Improve dark mode support
2024-11-13 14:38:38 +00:00
pacnpal
1c32eb26a2 series of tests added with built-in django test support 2024-11-05 18:40:39 +00:00
pacnpal
9cd7ee94a5 initial geodjango implementation 2024-11-05 04:10:47 +00:00
pacnpal
27f3326e22 okay fine 2024-11-03 17:47:26 +00:00