chiggsy wrote:
> What steps are needed to use the django cms outside of django.  I have
> a database , that i want to manipulate.  it's just a db.  I dont want
> to learn SQLAlchemy for this , today. I just want to goof around with
> it, run some queries, etc.  is this possible?
>   
By "outside of Django" I'm guessing you mean "outside of a web environment"

Yes, you can use Django components separately. At work we use Django's
ORM for management scripts such as print accounting.

I've set up a standalone Django template-- no views, models, or urls. It
was more like a traditionaly CGI script.

You just need to import the appropriate Django libs in your Python
script, and you are good to go.


Jeff Anderson

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to