Libraries for generating URL of uploading files in Django

2012-06-01 Thread First Rock
Need to develop a project for file uploading and generating its(files's) URL, which could be shared. Are there any particular libraries or simple means in Python,(Django) that would be handy and efficient.? ~ Newbie trying a Herculean Task~ Thanks in Advance :) -- You received this message

Integrating Admin and Polls Applications

2012-05-24 Thread First Rock
I want to take forward the application creating experience with django, by integrating the polls and admin applications. As far as my knowledge is concerned in the polls appl we developed anyone could enter the url and cast their vote. I wish if we could integrate the admin apppl, and allow only

Unable to view results page of polls tutorial

2012-05-18 Thread First Rock
hi al almost done with the django tutorial#4.. But my app doesnt use the html pages, n doesnt load the radio buttons and results page.. Other than those the app is displayed in the default template and shows al the pages of groups users n polls.. i have placed the html templates in templates