From 0b39bd1ebf8f89d574ed1c59d401f6f43b027627 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 12 Oct 2018 15:36:57 +0530 Subject: Remove migration files and modified config file --- nccps2018/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nccps2018/config.py') diff --git a/nccps2018/config.py b/nccps2018/config.py index aea66d7..726ad2f 100755 --- a/nccps2018/config.py +++ b/nccps2018/config.py @@ -1,6 +1,6 @@ DB_NAME_DEFAULT = 'nccps' DB_USER_DEFAULT = 'root' -DB_PASS_DEFAULT = 'aero123' +DB_PASS_DEFAULT = 'user123' DB_HOST_DEFAULT = '127.0.0.1' DB_PORT_DEFAULT = '' ######################################## -- cgit