Re: How do I start with this project with django

2014-03-14 Thread mulianto
Hi Rob, For storing uploaded user files, you should put it in media folder, not static folder. Static for your app file like css/js/images. Of course you have to protect the file can be uploaded, in your view you can check the extension of file you allow. Regards Mulianto B : Http://mulianto

Re: How do I start with this project with django

2014-03-14 Thread Camilo Torres
On Friday, March 14, 2014 1:52:44 AM UTC-4:30, Rob L wrote: > > The feature list of the project I am wishing to do is: > >- Let users upload some images(a folder contains image files) >- Backend generates static htmls to present those images, basically as >a gallery, via an generated u

How do I start with this project with django

2014-03-14 Thread Rob L
Hi, I hope this is a right place to ask, not very sure where to post on internet. It's about planning a django project, maybe a similar django package has been already there, if it's true, I hope someone can tell me which it is. The feature list of the project I am wishing to do is: - Let