Commit Graph

9 Commits

Author SHA1 Message Date
Paarhati Ozkasgarli 284c955ec6 Update settings and Fix User Activation
Updated some of the values in settings.py and fixed user
activation email template.

Change-Id: I1eb60b624ad5d6516b7750ddbb90dc0d5087e62a
2017-03-11 23:25:45 +03:00
Paarhati Ozkasgarli 4b7320e634 Added MEDIA_ROOT Variable to settings.py
Change-Id: I02f34b70e0f4e0c9c3106d66457cee8c50c861ee
2017-03-04 10:27:32 +03:00
Paarhati Ozkasgarli d98d2f51f7 Fix Database Name for MariaDB
For some reason MariaDB 10.1 does not like "-" in db names. So
I have changed db name in settings.py from dash-stack to
dash_stack.

Change-Id: I7bd8959e40788ae4d3280bbd655b50271e1a793b
2017-03-04 09:30:09 +03:00
Paarhati Ozkasgarli aa1bdbfd0e Some New Fixes for Remote Jenkins
This fixes will continue...

Change-Id: I4edaf8b9b415059b0a0a712f827786f9bfc21d2b
2017-03-04 09:14:50 +03:00
Paarhati Ozkasgarli 29cbae8ff7 Initial Multi Language Support
From this change onward all strings must tagged with oslo_i18n
translate tag.

Welcome multi language support and do not forget to tag missing
strings.

Change-Id: I9c59b2c91a31cb92abe1f0cb092efd611b300dfa
2017-03-03 20:53:10 +03:00
Paarhati Ozkasgarli d3fa9b79b4 User Registration & Email Authantication
Basic user registration system and email authantication.

Change-Id: Iaa4266edaf78b5c42c4aafc0de2d1f11f9f6c4f5
2017-02-05 23:37:26 +03:00
Paarhati Ozkasgarli cc0308df9c Provider and Provider Management
Change-Id: I8c72bbc02ad975ee02fc282ddc894f49b5cfb254
2016-12-04 10:20:09 +00:00
Paarhati Ozkasgarli b0c21942ab i18n Support
This will add oslo.i18n language translation support.

Change-Id: I3b9a2f5aed834903fa65aae3f11e7e86c6ccc237
Signed-off-by: Paarhati Ozkasgarli <ozkasgarli@gmail.com>
2016-12-01 20:30:27 +00:00
Paarhati Ozkasgarli 3e9983e5f4 Template & Basic Login System
Adding basic template and login system.

Change-Id: I747a417fe6f821964c9fb708d69acc9538567c4c
Signed-off-by: Paarhati Ozkasgarli <ozkasgarli@gmail.com>
2016-11-29 19:40:42 +00:00