mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 09:11:08 -05:00
Add new JavaScript and GIF assets for enhanced UI features
- Introduced a new loading indicator GIF to improve user experience during asynchronous operations. - Added jQuery Ajax Queue plugin to manage queued Ajax requests, ensuring that new requests wait for previous ones to complete. - Implemented jQuery Autocomplete plugin for enhanced input fields, allowing users to receive suggestions as they type. - Included jQuery Bgiframe plugin to ensure proper rendering of elements in Internet Explorer 6.
This commit is contained in:
@@ -77,6 +77,13 @@ else
|
||||
echo "🔄 Running database migrations..."
|
||||
uv run manage.py migrate --noinput
|
||||
fi
|
||||
echo "Resetting database..."
|
||||
if uv run manage.py seed_sample_data 2>/dev/null; then
|
||||
echo "Seeding complete!"
|
||||
else
|
||||
echo "Seeding test data to database..."
|
||||
uv run manage.py seed_sample_data
|
||||
fi
|
||||
|
||||
# Create superuser if it doesn't exist
|
||||
echo "👤 Checking for superuser..."
|
||||
|
||||
Reference in New Issue
Block a user