Top 10 tips to a new django developer
Don't put project name in the imports, don't hard code MEDIA_ROOT and TEMPLATE_DIRS, don't hard code static files in your templates, don't write core business logic in your views, ...
Don't put project name in the imports, don't hard code MEDIA_ROOT and TEMPLATE_DIRS, don't hard code static files in your templates, don't write core business logic in your views, ...