major changes, including tailwind v4

This commit is contained in:
pacnpal
2025-08-15 12:24:20 -04:00
parent f6c8e0e25c
commit da7c7e3381
261 changed files with 22783 additions and 10465 deletions

View File

@@ -36,7 +36,6 @@ def setup_django():
settings.MIGRATION_MODULES = {
'parks': None,
'operators': None,
'manufacturers': None,
'property_owners': None,
'location': None,
'rides': None,
@@ -49,7 +48,6 @@ class CustomTestRunner(DiscoverRunner):
source=[
'parks',
'operators',
'manufacturers',
'property_owners',
'location',
'rides',
@@ -112,7 +110,6 @@ def run_tests():
test_labels = [
'parks.tests',
'operators.tests',
'manufacturers.tests',
'property_owners.tests',
'location.tests',
'rides.tests',