mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-21 10:31:52 +00:00
commit
9346057b29
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ Felipe Arruda / @arruda
|
|||
Matt Warren / @mfwarren
|
||||
Martin Blech
|
||||
Andy Rose
|
||||
Andrew Mikhnevich / @zcho
|
||||
|
||||
* Possesses commit rights
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from django import forms
|
||||
from django.contrib import admin
|
||||
from django.contrib.auth.forms import UserCreationForm, UserChangeForm
|
||||
from django.contrib.auth.admin import UserAdmin as AuthUserAdmin
|
||||
|
|
|
|||
Loading…
Reference in a new issue