Re: Unknown command: 'startproject'

2011-08-01 Thread David Graves
If DJANGO_SETTINGS_MODULE is set, it won't be able to find startproject On Mon, Aug 1, 2011 at 8:02 PM, bob gailer wrote: > I am a VERY frustrated Django newbie. I can get so far in a tutorial, > only to run into a roadblock. (several of them). Today I decided to > start over

Re: SQL Server Support - Does it Exist

2011-07-14 Thread David Graves
https://docs.djangoproject.com/en/1.3/ref/databases/#using-a-3rd-party-database-backendmentions django-mssql http://stackoverflow.com/questions/842831/using-sql-server-with-django-in-production I personally have used django-pyodbc in conjunction with pyodbc. On Thu, Jul 14, 2011 at 5:03 PM,

Re: ANN: django-iadmin

2011-07-10 Thread David Graves
Björn, I'm working on a project very similar to this one (but have a long way to go to reach it's maturity), but I do have a working feature that I believe matches what you're looking for. The project is at https://bitbucket.org/graveyboat/gravey and the feature is called RestrictedModel. It

Re: send_mail issue

2011-06-08 Thread David Graves
m getting this: > > _create_attachment() takes at most 4 arguments (37 given) > > i think this is happening from the content argument maybe? any idea > how to get around that? > > > > On Jun 8, 8:38 pm, David Graves <johosaph...@gmail.com> wrote: > > from dja

Re: send_mail issue

2011-06-08 Thread David Graves
from django.core.mail import EmailMessage On Wed, Jun 8, 2011 at 7:35 PM, Bobby Roberts wrote: > hi all... i'm trying to send an email attachment and am getting the > following traceback: > > global name 'EmailMessage' is not defined > > Here's the code: > > [...] >from