Project

General

Profile

Revision 988e217a

ID988e217acecc4edbbeb471b23089af631ba8245e
Parent d1a4905f
Child cd771306

Added by Julian Binder over 11 years ago

created new app roboclub crm. I will be working on user authentication and
the user model

View differences:

crm/crm/settings.py
4 4
TEMPLATE_DEBUG = DEBUG
5 5

  
6 6
ADMINS = (
7
    # ('Your Name', 'your_email@example.com'),
7
    ('Julian Binder', 'jabinder@andrew.cmu.edu'),
8 8
)
9 9

  
10 10
MANAGERS = ADMINS
......
116 116
    'django.contrib.messages',
117 117
    'django.contrib.staticfiles',
118 118
    'south',
119
    'robocrm',
119 120
    # Uncomment the next line to enable the admin:
120 121
    # 'django.contrib.admin',
121 122
    # Uncomment the next line to enable admin documentation:

Also available in: Unified diff