mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-24 21:51:09 -05:00
Add merge migrations for parks, companies, and moderation apps; update EmailConfiguration, Review, Photo, TopList, and TopListItem models to use pghistory for historical tracking
This commit is contained in:
@@ -9,11 +9,10 @@ django-oauth-toolkit==3.0.1
|
||||
dj-rest-auth==7.0.1 # Added for REST authentication endpoints
|
||||
pyjwt==2.10.1
|
||||
|
||||
|
||||
# Database
|
||||
psycopg2-binary==2.9.10
|
||||
dj-database-url==2.3.0
|
||||
django-pghistory==2.9.0 # Added for model history tracking
|
||||
django-pghistory==2.9.0 # For model history tracking
|
||||
|
||||
# Email
|
||||
requests==2.32.3 # For ForwardEmail.net API
|
||||
@@ -43,5 +42,4 @@ channels-redis==4.2.1
|
||||
daphne==4.1.2
|
||||
|
||||
# React and Material UI will be handled via npm in the frontend directory
|
||||
django-simple-history==3.8.0
|
||||
django-tailwind-cli==2.21.1
|
||||
|
||||
Reference in New Issue
Block a user