jorgebastida / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice
http://dajaxproject.com/
BSD 3-Clause "New" or "Revised" License
346 stars 99 forks source link

Static files should use staticfiles's directory structure #35

Closed EBNull closed 12 years ago

EBNull commented 12 years ago

Moved the static JS into the dajax project, updated static.py.

This allows django's staticfiles app to handle the core javascript files.

jorgebastida commented 12 years ago

I've release a new version of django-daxice (0.5) and django-dajax (0.9.1) and both use django static files now.

Thanks!