Hallo Chuck,

I think you talk about Spirit not Sprint right  ;-)
Actually it was not so difficult to integrate Spirit.
I just start a new Mezzanine installation together with Spirit and reset 
some settings Spirit makes:

###################
# SPIRIT SETTINGS #
###################

# Reset defaults

LOGIN_URL = '/accounts/login/'
LOGIN_REDIRECT_URL = '/accounts/profile/'

CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
    }
}
DJC_BACKEND = 'default'

After I copied _base.html and _header.html from spirit to 
mytheme/templates/spirit and modify them by changing the link to css file 
and deleting login / logout.links
Then I adjust the Spirit CSS to my theme and I was done.
Now I can log in with the Mezzanine to Spirit and the default login is used.
I was also switching back to the default caches backend -- you have not to 
create the spirit cache table.

The problem I have now is, that I want to use a custom user model 
with AUTH_USER_MODEL and I don't know, how make Mezzanine inject the new 
fields in the profile form.
For fields defined with AUTH_PROFILE_MODULE Mezzanine inject them 
automatically, but then Spirit does not recognize them.
I have opened a new thread 
<https://groups.google.com/forum/#!topic/mezzanine-users/knNn_2K43M4> for 
this.
Maybe you have an idea?

Henri


Am Mittwoch, 29. Oktober 2014 04:12:18 UTC+1 schrieb Charles Medcoff:
>
> Henri,
>>
>
> I'm may be interested in using Sprint with Mezzanine as well.  Perhaps 
> we can collaborate on this?
>
> I'm a professional dev, C# by day, hack a little python now and then.  
> Learning Django and now Mezzanine and Sprint.  Let me know.
>
> --chuck 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to