Apache Vhosting issue in Ubuntu; one vhost is serving everything

2013-03-16 Thread Elliott Brun
Been at this for a bit today, one vhost file is defaulting and takes over and serves for both my URLs: Example: ( server1 is serving for www.server2.com ??? ) www.server1.com www.server2.com vhost confs: server1 ServerName www.server1.com ErrorLog /.../apache/error.log

Re: models.FileField versus forms.FileField

2011-11-10 Thread Elliott Brun
Ah that makes sense a little, so just for html. But to clarify it seems like the forms.fileField can be used in a model in place of models.filefield, as in the code below. I have gotten models.FileField(uploadTo = /somedir) to work just fine in development. Is there some advantage to the formsHand