Enter Keywords:
1 - 10 of 19(0 seconds)
Sort By:
 
I need to strip out HTML, Punctuation, and Numbers in Python. I found a similar implementation of what I need in PHP (attached). At the very least, can someone show me a preg_replace equivalent exa...
Zones: Python, ...Date Answered: 08/20/2008 Rating: 9.3 Views: 24
I'm trying to write a function in Django that would except a variable, and then click if that value exists in a certain column in my database. below I attached my sloppy solution but I feel there m...
Zones: Python, PostgreSQL, WebApp...Date Answered: 09/12/2008 Rating: 9.6 Views: 8
My project's Admin runs just fine with the development server, but lacks CSS styling when served from Apache.  The project's media files (outside of the Admin) are served properly. Could be ADMI...
Zones: Apache Web Server, Python, Web Framewor...Date Answered: 09/22/2008 Rating: 8.8 Views: 23
I want loop a certain number of times.. say 5 or 10. I see a lot of code the loop through a collection.
Zones: PythonDate Asked: 11/18/2008 Points: 50 Comments: 2
My OS is ubuntu 8.10 I have installed django 1.02 and manage to run it on port 8080 on localhost I have enabled mod_python. How do I configure the file in site-available to use the mod_python I...
Zones: Deployment, Ubuntu, Web F...Date Answered: 03/28/2009 Rating: 7.7 Views: 0
I have an html page with two radio buttons.  When the user clicks the radio button, it should trigger the url. The following has the correct url, but does not go to that page.  What am I doing w...
Zones: HTML, Web FrameworksDate Answered: 04/12/2009 Rating: 7.6 Views: 19
I am trying to index my python dictionary to render the values into an html table. I have the following code that fails with:  TemplateSyntaxError: Could not parse the remainder: (forloop.counte...
Zones: Python, Web FrameworksDate Answered: 11/01/2009 Rating: 7.6 Views: 9
HI I need an explanation on  DJango X-View  and its usage with HTTP, also , please specify if this is a DJango specific or standard.
Zones: Open Source, Misc Software, Web Developmen...Date Answered: 07/09/2008 Rating: 9.3 Views: 0
I have the latest version of Surftrackr (03-26-08) and an Ubuntu system that is up to date. Surftrackr uses the Django framework (version .96) and MySQL (version 5.0.51a) for the datebase. When ...
Zones: MySQL Server, LinuxDate Answered: 02/17/2009 Rating: 6.2 Views: 0
Hi I am trying to add a search view to an application I wrote in django but my EntryManager() seems to be getting hung up on the last line of code when django tries to call the url of the search. ...
Zones: Web Frameworks, Python, Open S...Date Answered: 04/26/2009 Rating: 8.1 Views: 0