You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AI Coding Agent Instructions for django-bootstrap-datepicker-plus
2
+
3
+
## Project Overview
4
+
This is a Django package providing Bootstrap datepicker widgets (DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput) that integrate bootstrap-datetimepicker v4. Supports Bootstrap 3/4/5 with date-range functionality.
5
+
6
+
## Architecture
7
+
-**Core Components**: Widgets inherit from `BasePickerInput` (in `_base.py`), configured via `WidgetConfig` (Pydantic model in `_config.py`)
0 commit comments