feat: Implement initial schema and add various API, service, and management command enhancements across the application.

This commit is contained in:
pacnpal
2026-01-01 15:13:01 -05:00
parent c95f99ca10
commit b243b17af7
413 changed files with 11164 additions and 17433 deletions

View File

@@ -52,9 +52,7 @@ class Command(BaseCommand):
park.name}: {
photo.image.name}"
)
self.stdout.write(
f"Database record created with ID: {photo.id}"
)
self.stdout.write(f"Database record created with ID: {photo.id}")
else:
self.stdout.write(
f"Error downloading image. Status code: {
@@ -112,9 +110,7 @@ class Command(BaseCommand):
)
except Exception as e:
self.stdout.write(
f"Error downloading ride photo: {str(e)}"
)
self.stdout.write(f"Error downloading ride photo: {str(e)}")
except Ride.DoesNotExist:
self.stdout.write(