settings.py
changeset 245 9e963a791df1
parent 244 132217e04b32
child 260 8b891483e052
equal deleted inserted replaced
244:132217e04b32 245: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'