Django newbie tip

Always remember to set the right values for and in your settings.py file, Django will use these setting in models, views and templates.

Also remember when you create your views with Django Templates, always use the variable when you have to refer to a media file.