astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

move reflect_model_from_name to django-astrosat-core #47

Closed allynt closed 4 years ago

allynt commented 4 years ago

https://github.com/astrosat/django-astrosat-users/blob/f2823b003eb7bce9acc2a15e9f4b79345b0be3dc/astrosat_users/models/models_profiles.py#L21

allynt commented 4 years ago

Don't actually need to do this; django has a built-in import_string fn I can use instead.