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-22 20:31:10 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
89007162153462de716870c4ef5b5a9be9c29c1a
thrillwiki_django_no_react
/
moderation
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
..
management
code commit
2024-11-13 21:59:49 +00: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
templatetags
ok
2024-11-14 04:15:24 +00:00
__init__.py
good stuff
2024-10-29 21:29:16 -04:00
admin.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
apps.py
good stuff
2024-10-29 21:29:16 -04:00
context_processors.py
Added support for Django's built-in superuser to access moderation features. Modified context processor and views to check both role-based and is_superuser permissions.
2024-11-13 16:13:54 +00:00
mixins.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
models.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
tests.py
fixed a bunch of things, hopefully didn't break things
2024-11-05 21:51:02 +00:00
urls.py
code commit
2024-11-13 21:59:49 +00:00
views.py
ok
2024-11-14 04:15:24 +00:00