Thanks for ur time
my database issue is solved,but i am able to see templates and images.
i think it is issue path setting for Template and Static files
Please help me for this
TEMPLATE_DIRS = (r'C:\Users\om\Documents\Aptana Studio 3 Workspace\SMMs\theme\templates',
r'C:\Users\om\Documents\Aptana Studio 3 Workspace\SMMs\SMMs\templates',
r'C:\Users\om\Documents\Aptana Studio 3 Workspace\SMMs\metrons\templates',
r'C:\Users\om\Documents\Aptana Studio 3 Workspace\SMMs\django_forms_bootstraps\templates\bootstrap',
)
STATIC_URL = '/static/'
Additional locations of static files
STATICFILES_DIRS = (r'C:\Users\om\Documents\Aptana Studio 3 Workspace\SMMs\theme\static',
r'C:\Users\om\Documents\Aptana Studio 3 Workspace\SMMs\SMMs\static'
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
)