That's kinda of what I'm looking for, a direct output of wfs inside django.<div><br></div><div>For now I've been using vectorformats to spit out geojson, but it's kinda slow. I need the optimizations from WFS and CRUD operations :D</div>

<div><br></div><div>I'll look into it</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 26, 2012 at 4:07 PM, Alex Mandel <span dir="ltr"><<a href="mailto:tech_dev@wildintellect.com" target="_blank">tech_dev@wildintellect.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11/26/2012 09:17 AM, George Silva wrote:<br>
> Hello guys,<br>
><br>
> I've been looking into a more robust solution to serve features, hence,<br>
> I've been looking at featureserver.<br>
><br>
> I've downloaded all dependencies and installed fs on my virtualenv.<br>
><br>
> How do I start the webserver? Do I need an apache or another webserver?<br>
><br>
> I'm asking because at first, I'm trying to use a django dev server to serve<br>
> this features.<br>
><br>
> I could not find in the docs how to start the server.<br>
><br>
> THanks<br>
><br>
><br>
<br>
</div>I think Featureserver assumes you will run it under an appropriate<br>
server (cgi, fast_cgi, wsgi etc). Yes you could use Apache with the<br>
mod_wsgi module. If you don't want to use apache try gunicorn or uwsgi,<br>
all of these can run both featureserver and django so you won't need to<br>
run django as a dev server.<br>
<br>
Note, I think I saw a django add-on a while back to produce a WFS<br>
directly from django. It might also be possible to wrap Featureserver in<br>
django.<br>
<br>
Enjoy,<br>
Alex<br>
<br>
_______________________________________________<br>
FeatureServer mailing list<br>
<a href="mailto:FeatureServer@lists.osgeo.org">FeatureServer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/featureserver" target="_blank">http://lists.osgeo.org/mailman/listinfo/featureserver</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>George R. C. Silva<br><br>Desenvolvimento em GIS<br><a href="http://geoprocessamento.net" target="_blank">http://geoprocessamento.net</a><br><a href="http://blog.geoprocessamento.net" target="_blank">http://blog.geoprocessamento.net</a><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%">

</div><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%"></div><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%">

</div><br>
</div>