Re: Advise for first project in Django

2017-01-02 Thread Brian Witte
Welcome to Django! Getting a web site to work can be very hard. Even if you know django, there are many other services you need, too: a database, testing, a webserver, etc. This tutorial is one of the best I have seen: http://www.marinamele.com/taskbuster-django-tutorial On Friday, December 2

Re: Serving external files with Django

2017-01-02 Thread Brian Witte
Hi Priyesh, Do you know what volume of files you expect to serve? The answer to this question will be different depending on where the files are hosted. If you expect a low volume of downloads, it might be easiest to just host the files on dropbox or even served from your own db. If you expe