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.
11 months ago
apps
Add management commands for seeding basic and comprehensive Hadis data
11 months ago
config
Add API documentation templates, authentication UI, and pagination utility
11 months ago
docs
Add API documentation templates, authentication UI, and pagination utility
11 months 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
11 months ago
templates
Add API documentation templates, authentication UI, and pagination utility
11 months ago
utils
Add API documentation templates, authentication UI, and pagination utility
11 months ago
.env.dev
redesign panel admin
1 year ago
.env.prod
fix production
11 months 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
11 months ago
README.md
redesign panel admin
1 year ago
docker-compose.prod.yml
fix: reduce gunicorn worker count to improve resource management
11 months ago
docker-compose.yml
redesign panel admin
1 year ago
entrypoint.sh
fix production
11 months ago
errors.json
redesign panel admin
1 year ago
manage.py
redesign panel admin
1 year ago
package-lock.json
fix production
11 months ago
package.json
fix production
11 months ago
requirements.txt
fix: comment out firebase-admin imports and requirement
11 months ago
runner.sh
fix production
11 months 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