resolving merge conflict by adding both requirements.
[oweals/karmaworld.git] / karmaworld / secret / db_settings.py.example
1 #!/usr/bin/env python
2 # -*- coding:utf8 -*-
3 # Copyright (C) 2012  FinalsClub Foundation
4 """
5 DO NOT modify this file directly, instead copy it to db_settings.py and modify
6 that file.
7 DO NOT check db_settings.py into source control.
8 """
9 PROD_DB_NAME = 'DB_NAME'
10 PROD_DB_USERNAME = 'DB_USER_NAME'
11 PROD_DB_PASSWORD = 'PASSWD'