Hello, i am new to django and i could not find any available source yet to help me, so i would want to ask here. Can i add in a model form an date like calendar input, but the available dates to picked from to be displayed only from database??
This really isn’t a Django issue. Something like a calendar input widget with that sort of configurability is going to require implementing an appropriate JavaScript-based widget. Getting that to work with Django would probably only be an issue of serving the appropriate widget on the page combined with rendering the necessary data as JSON data within the page.