I am very new to django and I have a problem on how to install or use the django-extrawidgets 1. After I have downloaded it, where to put it is where I am a bit confused with.
-
django-rays’
setup.pyhas an automatic dependency on django-staticfiles,
so installing django-rays automatically brings in django-staticfiles. -
Add both
raysandstaticfilesto your settings file’s
INSTALLED_APPS.”
I have write it in ..”INSTALLED_APPS” but then it gives an error “No module name rays”.
The reason I need this is because I need to use the extra widget for datepicker.
I think, you should read line
as
It was renamed the package and in the manual there is an old name.