This website requires JavaScript.
Explore
Help
Sign In
pacnpal
/
thrillwiki_django_no_react
Watch
1
Star
1
Fork
0
You've already forked thrillwiki_django_no_react
mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced
2025-12-23 08:31:07 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
89007162153462de716870c4ef5b5a9be9c29c1a
thrillwiki_django_no_react
/
rides
History
pacnpal
8900716215
Refactor migrations across multiple apps to remove and add triggers for event logging, ensuring consistency in data handling. Updated park and ride event tables, added new columns, and optimized user-generated content workflows. Enhanced moderation processes and improved overall database integrity.
2025-09-20 09:46:09 -04:00
..
migrations
Refactor migrations across multiple apps to remove and add triggers for event logging, ensuring consistency in data handling. Updated park and ride event tables, added new columns, and optimized user-generated content workflows. Enhanced moderation processes and improved overall database integrity.
2025-09-20 09:46:09 -04:00
templates
/rides
Refactor ride list and search suggestion templates for improved structure and styling; update view logic to support dynamic template rendering based on request type
2025-02-11 15:24:14 -05:00
templatetags
Add search suggestions feature with category filtering and display; enhance ride list view with improved search functionality
2025-02-11 13:41:05 -05:00
__init__.py
first commit
2024-10-28 17:09:57 -04:00
admin.py
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
apps.py
Enhance moderation dashboard UI and UX:
2024-11-13 14:38:38 +00:00
events.py
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
forms.py
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
models.py
Refactor URL patterns for parks and rides; update context fields in models to use ForeignKey for pghistory.Context
2025-02-10 10:54:34 -05:00
park_urls.py
Refactor URL patterns for parks and rides; update context fields in models to use ForeignKey for pghistory.Context
2025-02-10 10:54:34 -05:00
signals.py
Enhance moderation dashboard UI and UX:
2024-11-13 14:38:38 +00:00
tests.py
first commit
2024-10-28 17:09:57 -04:00
urls.py
Add search suggestions feature with improved filtering and UI
2025-02-10 21:27:59 -05:00
views.py
Refactor ride list and search suggestion templates for improved structure and styling; update view logic to support dynamic template rendering based on request type
2025-02-11 15:24:14 -05:00