settings.py
changeset 271 485b24cc439b
parent 268 f501fc2a9f4c
child 293 f4e25004169d
equal deleted inserted replaced
270:df56daf2178e 271:485b24cc439b
    92     'django.contrib.messages',
    92     'django.contrib.messages',
    93     'registration',
    93     'registration',
    94     'tagging',
    94     'tagging',
    95     'pytask.profile',
    95     'pytask.profile',
    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 
   101 
   102 AUTH_PROFILE_MODULE = 'profile.Profile'
   102 AUTH_PROFILE_MODULE = 'profile.Profile'