a simple django jquery location question -
I am setting up a project for the first time and I want to use jQuery. Is it the idea that I just create a media folder, stick jquery in it and then point it to MEDIA_ROOT? Any suggestions for a good standard location for the media folder?
Django recommends keeping people very firmly in the files somewhere, where the Django They do not need to handle them, so if your app is on example.com, save static files at static.example.com.
If you can not do this, follow the link given above. They explain it quite well.
Cheers,
Comments
Post a Comment