我與Django的用戶註冊奮力從第1天在此我附上我的賬戶模塊,請考慮 這裏是我的模型 from django.db import models
from django.contrib.auth.models import User
from django.contrib import admin
from demo.models import Organization
def_max_le
我正在自定義django註冊模塊。到目前爲止,我傳遞的URL像 from django.conf.urls import patterns, include, url
# Uncomment the next two lines to enable the admin:
# from django.contrib import admin
# admin.autodiscover()