Commit Graph

5 Commits

Author SHA1 Message Date
pacnpal
ccd4a4a29e Add management command to seed comprehensive sample data for ThrillWiki application
- Implemented cleanup of existing sample data to avoid conflicts.
- Created functions to generate companies, parks, rides, park areas, and reviews.
- Ensured proper relationships between models during data creation.
- Added logging for better tracking of data seeding process.
- Included checks for required database tables before seeding.
2025-08-20 10:16:21 -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
19cfdf8ca6 update urls mainly, fix domain.com/rides to work still needs done, filtering 2024-10-30 08:50:42 -04:00
pacnpal
298e2a80cb lol 2024-10-29 23:11:55 -04:00
pacnpal
1339baec59 first commit 2024-10-28 17:09:57 -04:00