Re: Incorporate jQuery grid with django

2014-01-07 Thread Thomas Murphy
Hi Igor, I'm unsure about the usb issue, but the "Django" way is to place all of your static files in a specific directory and use the manage.py collectstatic command, then serve them from a static location. This will allow you to offload your statics to a CDN as your site grows. Have a look at t

Incorporate jQuery grid with django

2014-01-07 Thread Igor Korot
Hi, ALL, This is my first post to this group so please bear with me for a sec. I successfully installed django and followed the tutorial to create a project and an application. It connects to my DB (mySQL) and everything is good. Now in the part 3 of the tutorial I need to create a view. I did c