Re: How to setup multiple django domains under Apache and Ubuntu server???

2010-02-09 Thread WeissBlitz
Got it working now! Thanks to all for your help! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegr

How to setup multiple django domains under Apache and Ubuntu server???

2010-02-08 Thread WeissBlitz
Hello all! I setup an Ubuntu Server 9.04 running Apache c2.2.11 and Django v1.2. I basically have two sites installed using WSGI. While under development I'm using the following domain names for the sites: articlehub.dnsalias.com and jobsbot.gotdns.com, both pointing to my home IP. So I created

Need help installing django on CentOs 5 server and web design

2008-01-28 Thread WeissBlitz
I have developed my first django application and I'm ready to deploy it to my server. I'm have good experience developing and deploying websites under Windows and this will be my introduction to a Linux system. I have a CentOS 5 server and I'm looking for a person that can help me connect, insta

Country, State and City data

2007-12-11 Thread weissblitz
I'm building a django site that requires the user to select their geographical location. Does anyone knows where can I get this country/state/city data in a format that can be imported into MySQL? Thanks in advance, Carlos --~--~-~--~~~---~--~~ You received this m

Dynamic Query

2007-11-01 Thread weissblitz
I'm developing my first Django website where the users should be able to search other user profiles based on certain paramaters like race, age, gender, height, weight, eye color, hair color, etc This is how my model looks: (code have been shortened to only include the pertinent sections) cl

Re: newforms: required field mark

2007-10-22 Thread weissblitz
I see what you mean but I dont think it will work because I want the field elements to look sort of like: [Prompt:] [Textbox] [a red '*' initially or a error message after validation] [help text if any] So, in the template, I was hoping to be able do something like: {{field.label_tag}}: {{field

Re: newforms: required field mark

2007-10-18 Thread weissblitz
I'm also looking for this very same solution... Any advice is greatly appreciated! Thanks, Carlos :) On Oct 7, 11:38 am, Oleg Korsak <[EMAIL PROTECTED]> wrote: > Hello! Is there any built-in method to make my form show required field > label with bold (or some king of mark like "*") and other f

Master Page Code

2007-09-12 Thread weissblitz
I'm a web developer and I'm developing my first application using Django. I'm very impressed with the MVC concept in Django. I'm addressing this group for some advice on how to organize my code for this web application. Basically, my application will have the typical master page that will conta