equal
deleted
inserted
replaced
89 'django.contrib.contenttypes', |
89 'django.contrib.contenttypes', |
90 'django.contrib.sessions', |
90 'django.contrib.sessions', |
91 'django.contrib.sites', |
91 'django.contrib.sites', |
92 'django.contrib.messages', |
92 'django.contrib.messages', |
93 'registration', |
93 'registration', |
94 #'tagging', |
94 'tagging', |
95 'pytask.profile', |
95 'pytask.profile', |
|
96 'pytask.taskapp', |
96 # Uncomment the next line to enable the admin: |
97 # Uncomment the next line to enable the admin: |
97 'django.contrib.admin', |
98 'django.contrib.admin', |
98 # Uncomment the next line to enable admin documentation: |
99 # Uncomment the next line to enable admin documentation: |
99 # 'django.contrib.admindocs', |
100 # 'django.contrib.admindocs', |
100 ) |
101 ) |