Thursday Sep 04, 2008

The Django IPS package for OpenSolaris has been made available for testing and feedback. 

 Installation

 Make sure the Web Stack IPS repository is an authority:

pfexec pkg set-authority -O http://pkg.opensolaris.org/webstack webstack

pfexec pkg refresh

Then install the package:

pfexec pkg install Django

Documentation

The man page has information on what was installed and where.

man django

Getting Started with a Site

The Django documentation is a great reference for getting started with Django.  To start with a default site called mysite, type

django-admin.py startproject mysite 



		

This blog copyright 2009 by Brian Overstreet