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 django.core.mail impo
riginal error but now i'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 wrote:
> > from django.core.ma
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 act
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, brun
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 from scratch. Now I
5 matches
Mail list logo