Default theme from Django and date/time selector
Opened this issue · 3 comments
paulocoutinhox commented
Hi,
I want understand if we always need the crispy form.
And if i can still use default Django admin theme.
And if the date/datetime picker have a selector.
Thanks.
RamezIssac commented
Hello @paulocoutinhox
- Nope, You do not need crispy forms at all. form can be written as you wish, check the report template
- Yes you can use the default django admin theme, and integrate the package inside the django admin site.
- Nope the example report does not come with a built in selector, you can add it fairly easily i assume
Best
paulocoutinhox commented
Nice.
Is possible to use form/models fields type?
Example:
RamezIssac commented
I don't see a reason not to