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.
mortezaei
10fc6bd7fd
fix(course): base URL from request and default path
Use request.build_absolute_uri('/') to derive the base domain instead
of relying on ONLINE_CLASS_FRONTEND_DOMAIN/SITE_DOMAIN. This produces
correct entry URLs based on the incoming request.
Add ONLINE_CLASS_DEFAULT_PATH (default: 'join-class') as a fallback
when redirect_path is not provided.
Update the view to pass request to _build_base_url.
7 months ago
..
admin
Add API documentation templates, authentication UI, and pagination utility
11 months ago
management
Refactor API Documentation System and optimize Hadis data scripts
10 months ago
migrations
Add API documentation templates, authentication UI, and pagination utility
11 months ago
models
Add API documentation templates, authentication UI, and pagination utility
11 months ago
serializers
Add API documentation templates, authentication UI, and pagination utility
11 months ago
views
Add API documentation templates, authentication UI, and pagination utility
11 months ago
__init__.py
redesign panel admin
1 year ago
apps.py
redesign panel admin
1 year ago
docs.py
Add API documentation templates, authentication UI, and pagination utility
11 months ago
tests.py
redesign panel admin
1 year ago
urls.py
Add API documentation templates, authentication UI, and pagination utility
11 months ago