feincms / feincms-elephantblog

A blog for FeinCMS
feinheit.ch/labs/
BSD 3-Clause "New" or "Revised" License
43 stars 38 forks source link

Add support for custom User models #34

Closed evansd closed 11 years ago

evansd commented 11 years ago

See: https://docs.djangoproject.com/en/1.5/topics/auth/customizing/#referencing-the-user-model

Using getattr so this will still work in versions of Django older than 1.5

sbaechler commented 11 years ago

Thank you!