aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/accounts/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/accounts/admin.py')
-rw-r--r--snakeplan/accounts/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakeplan/accounts/admin.py b/snakeplan/accounts/admin.py
index a7ce6ef..498b5e1 100644
--- a/snakeplan/accounts/admin.py
+++ b/snakeplan/accounts/admin.py
@@ -18,7 +18,7 @@ SnakePlan Admin Setup
18# See the License for the specific language governing permissions and 18# See the License for the specific language governing permissions and
19# limitations under the License. 19# limitations under the License.
20 20
21from snakeplan.accounts import models 21import models
22from django.contrib import admin 22from django.contrib import admin
23 23
24admin.site.register(models.UserProfile) 24admin.site.register(models.UserProfile)