equal
deleted
inserted
replaced
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' |