Those directions are extremely old. I've updated the wiki page accordingly and put a link here:Use one of those packages.In general, with Django, the procedure should be:1. Is there a good Django package available?2. If not, is there a good Python package available?3. If not, reconsider what you're doing4. Only now, start writing your own code and ideally have that code be open source as a Django or Python package.Cheers,Adam---OpenStack for Africa: http://signup.kili.ioMusings: https://twitter.com/varudAbout Adam: https://www.linkedin.com/in/adamcnelson
_______________________________________________
skunkworks mailing list
skunk...@lists.my.co.ke
------------
List info, subscribe/unsubscribe
http://orion.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke
_______________________________________________
skunkworks mailing list
skunk...@lists.my.co.ke
------------
List info, subscribe/unsubscribe
http://orion.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke
--
You received this message because you are subscribed to the Google Groups "Nairobi Python Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to naipug+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks Kenneth. I use virtual env, but only at home :-)
That is my box at the workplace.
Martin.