PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
0 sec ago
Untitled
0 sec ago
Untitled
0 sec ago
Untitled
3 sec ago
Untitled
8 sec ago
Untitled
11 sec ago
wot
15 sec ago
ClearCube v0.6
Lua | 21 sec ago
Untitled
By: a guest on
Jan 4th, 2013
| syntax:
None
| size: 0.28 KB | hits: 16 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
class UserForm(forms.ModelForm):
class Meta:
model = User
class ProfileRegisterView(FormView):
template_name = 'profile-register-form.html'
form_class = UserForm
success_url = '/account/created/'
AUTH_PROFILE_MODULE = "creative_profile.Profile"
create a
new version
of this paste
RAW Paste Data
class UserForm(forms.ModelForm): class Meta: model = User class ProfileRegisterView(FormView): template_name = 'profile-register-form.html' form_class = UserForm success_url = '/account/created/' AUTH_PROFILE_MODULE = "creative_profile.Profile"