You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nwhco
adf73181b5
Add management commands for seeding basic and comprehensive Hadis data
- Implemented `seed_basic_data.py` to seed essential Hadis app models including HadisStatus, HadisTag, and HadisSect with initial records.
- Created `seed_hadis_data.py` for comprehensive data seeding, establishing realistic sample records for all Hadis app models while maintaining relationships and business logic.
- Introduced retry logic for database operations to handle potential locks and integrity errors during seeding.
- Added a test command `test_sects.py` to verify the creation of HadisSect records and check for existing sects.
1 year ago
apps
Add management commands for seeding basic and comprehensive Hadis data
1 year ago
config
Add API documentation templates, authentication UI, and pagination utility
1 year ago
docs
Add API documentation templates, authentication UI, and pagination utility
1 year ago
dynamic_preferences
fix: about us
1 year ago
locale
redesign panel admin
1 year ago
scripts
Add management commands for seeding basic and comprehensive Hadis data
1 year ago
templates
Add API documentation templates, authentication UI, and pagination utility
1 year ago
utils
Add API documentation templates, authentication UI, and pagination utility
1 year ago
.env.dev
redesign panel admin
1 year ago
.env.prod
fix production
1 year ago
.gitignore
redesign panel admin
1 year ago
Dockerfile
redesign panel admin
1 year ago
Dockerfile.prod
redesign panel admin
1 year ago
Jenkinsfile
redesign panel admin
1 year ago
OPTIMIZATION_PLAN.md
fix: optimize database queries and add indexes across course and lesson models
1 year ago
README.md
redesign panel admin
1 year ago
docker-compose.prod.yml
fix: reduce gunicorn worker count to improve resource management
1 year ago
docker-compose.yml
redesign panel admin
1 year ago
entrypoint.sh
fix production
1 year ago
errors.json
redesign panel admin
1 year ago
manage.py
redesign panel admin
1 year ago
package-lock.json
fix production
1 year ago
package.json
fix production
1 year ago
requirements.txt
fix: comment out firebase-admin imports and requirement
1 year ago
runner.sh
fix production
1 year ago
sshs
feat: user-location
1 year ago
tailwind.config.js
redesign panel admin
1 year ago
test.py
redesign panel admin
1 year ago