HowTo Install the Django emailauth App into a New Project
I'm a Django newbie and am interesting in understanding how to in开发者_如何学运维stall the EmailAuth app into my new project:
http://github.com/redvasily/django-emailauth
Seems like Django apps are meant to be plug in play so I must be missing something....
Here's what I tried. I created a new project copied the emailauth directory over Updated my settings.py with the INSTALLED_APPS 'emailauth' and made sure my settings.py had correct db and email settings.
But that failed, I must be missing some other installation requirements?
Thanks for any help you can provide.
Django apps are Python modules.
精彩评论