
import cgitb
cgitb.enable()
cgitb.enable()
So now we go on to Python for Android and I'm sure you will like these two links:
Answers and solutions on Web related technologies with Linux, Android, Python, Django, Joomla,, MySQL, and more...
urls.py
Now we add/link the path to the media path itself:
if settings.DEBUG:
urlpatterns += patterns('', (r'^media/(?P
/media/
/media/css/
/media/images/
Thus when calling other style sheets and/or images, these must follow the proper call path.