Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 20:49 +0300, Yaşar Arabacı wrote: > Did you copy admin static files to your static path? They are stored > in {DJANGO_ROOT_DIR}/contrib/admin/media . You need to copy all of > them to {YOUR_STATIC_ROOT}/admin > > or do collectstatic -- regards Kenneth Gonsalves -- You re

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 10:40 -0700, George wrote: > Yep, that's what I did .. ADMIN_MEDIA_PREFIX = '/static/admin/' ... > was there by default. It does't show even with a new Project! ADMIN_MEDIA_PREFIX is not there in 1.3 -- regards Kenneth Gonsalves -- You received this message because you a

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 03:40 -0700, George wrote: > I commented that out .. I'm still not seeing the datepicker icons in > admin! did you do python manage.py collectstatic? -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread Yaşar Arabacı
Did you copy admin static files to your static path? They are stored in {DJANGO_ROOT_DIR}/contrib/admin/media . You need to copy all of them to {YOUR_STATIC_ROOT}/admin 2011/8/20 George > Yep, that's what I did .. ADMIN_MEDIA_PREFIX = '/static/admin/' ... > was there by default. It does't show

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread George
Yep, that's what I did .. ADMIN_MEDIA_PREFIX = '/static/admin/' ... was there by default. It does't show even with a new Project! On Aug 20, 9:39 pm, Yaşar Arabacı wrote: > If that is what kenneth says, I might suggest creating a new project and see > default settings for static files. it might

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread Yaşar Arabacı
If that is what kenneth says, I might suggest creating a new project and see default settings for static files. it might help you figure out what is going on. 2011/8/20 George > Thanks Kenneth > > I commented that out .. I'm still not seeing the datepicker icons in > admin! > > On Aug 20, 2:51 p

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread George
Thanks Kenneth I commented that out .. I'm still not seeing the datepicker icons in admin! On Aug 20, 2:51 pm, kenneth gonsalves wrote: > On Sat, 2011-08-20 at 01:53 -0700, George wrote: > > ADMIN_MEDIA_PREFIX = '/static/admin/' > > this does not exist in 1.3 - please read the docs on > django.c

Re: Missing datepicker in Django 1.3 admin

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 01:53 -0700, George wrote: > ADMIN_MEDIA_PREFIX = '/static/admin/' this does not exist in 1.3 - please read the docs on django.contrib.staticfiles -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" grou