mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
commit
9346057b29
|
@ -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 New Issue
Block a user