I've just added django-admin-bootstrapped to my project. Almost everything is fine. Actually there are two little bug whitch i'm wondering how to resolve. The first one is about DateField and TimeField : There is no date/time picker when i'm under django-admin-bootstrapped. When i check the source code, there is no generated source code about the two picker. When i deactivate django-admin-bootstrapped, here is what is missing :I've just added django-admin-bootstrapped to my