mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 16:42:26 +03:00
commit
9346057b29
|
@ -35,6 +35,7 @@ Felipe Arruda / @arruda
|
||||||
Matt Warren / @mfwarren
|
Matt Warren / @mfwarren
|
||||||
Martin Blech
|
Martin Blech
|
||||||
Andy Rose
|
Andy Rose
|
||||||
|
Andrew Mikhnevich / @zcho
|
||||||
|
|
||||||
* Possesses commit rights
|
* Possesses commit rights
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
from django import forms
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.contrib.auth.forms import UserCreationForm, UserChangeForm
|
from django.contrib.auth.forms import UserCreationForm, UserChangeForm
|
||||||
from django.contrib.auth.admin import UserAdmin as AuthUserAdmin
|
from django.contrib.auth.admin import UserAdmin as AuthUserAdmin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user