mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 05:51:08 -05:00
major changes, including tailwind v4
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user