samluescher / django-form-designer

A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.
BSD 3-Clause "New" or "Revised" License
315 stars 149 forks source link

Add support for Django 1.5 Custom User models #57

Closed huxley closed 11 years ago

huxley commented 11 years ago

Provides backwards and forwards compatibility

borgstrom commented 11 years ago

@huxley See https://github.com/borgstrom/django-form-designer/commit/033d2f7c8c3849481ba9e85855d577dbc3b4312b

Using get_user_model inside of the models.py file can lead to ImproperlyConfigured errors:

ImproperlyConfigured: AUTH_USER_MODEL refers to model 'myfestival.FestivalUser' that has not been installed