how to use django mailer without PINAX
问题 I want to use django-mailer without PINAX. When I run ./manager.py send_mail it prints: Unknown command: 'send_mail' Type 'manage.py help' for usage. How do I fix this? Python 2.5.1 (r251:54863, Sep 22 2007, 01:43:31) [GCC 4.2.1 (SUSE Linux)] on linux2 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from django.conf import settings >>> 'mailer' in settings.INSTALLED_APPS True >>> $./manage.py send_mail Unknown command: 'send_mail' Type 'manage