settings.py
changeset 7 9e963a791df1
parent 6 132217e04b32
child 22 8b891483e052
equal deleted inserted replaced
6:132217e04b32 7:9e963a791df1
    96     # Uncomment the next line to enable the admin:
    96     # Uncomment the next line to enable the admin:
    97     # 'django.contrib.admin',
    97     # 'django.contrib.admin',
    98     # Uncomment the next line to enable admin documentation:
    98     # Uncomment the next line to enable admin documentation:
    99     # 'django.contrib.admindocs',
    99     # 'django.contrib.admindocs',
   100 )
   100 )
       
   101 
       
   102 AUTH_PROFILE_MODULE = 'profile.Profile'