Pcoder
d565294119
Update base.py
...
Renamed `ENABLE_LOGGING` to `ENABLE_DEBUG_LOGGING`
2017-07-29 02:02:40 +05:30
M.Ravi
e8e7be7618
Updated base.py to check if ENABLE_LOGGING is True and in that case enable the logger to write DEBUG level logs to a file debug.log in project's root directory
2017-07-28 12:05:14 +02:00
Andrii Marynets
c7feed6a73
Delete commented code
2017-07-13 23:50:11 +03:00
Andrii Marynets
a8be59d7a2
Add GA to all important apps
2017-07-13 22:53:15 +03:00
PCoder
9b10ac7deb
Moved google_analytics code to templates/analytics folder. It was causing wrong footer to be loaded.
2017-07-09 19:21:30 +05:30
PCoder
1a7cefcc54
Merged pcoder/set_debug_false into pcoder-set_debug_false
2017-07-07 04:47:15 +05:30
M.Ravi
4bdae326f7
Refactored the call to import local and prod files
2017-07-04 23:16:27 +02:00
M.Ravi
41220ef172
Added bool_env function to retrieve env variable and convert to python boolean
2017-07-04 20:46:42 +02:00
M.Ravi
8bb7eee418
Corrected some mistakes
2017-07-04 08:48:04 +02:00
M.Ravi
f9c3c80864
Merged the latest master into siarheipuhach-feature/flake8
2017-07-03 23:47:56 +02:00
Andrii Marynets
5ea35bd4d8
add ids for dev and staging server
2017-07-02 23:00:56 +03:00
Andrii Marynets
9431e9846c
Add middleware for fix "get_host() method fails when the host is behind multiple proxies"
2017-06-30 08:44:39 +03:00
Andrii Marynets
2ad984504c
Add GOOGLE_ANALYTICS_PROPERTY_IDS for dynamic set ID
2017-06-30 01:23:35 +03:00
Siarhei Puhach
fcc109b8f5
Merge branch 'master' into feature/flake8
2017-06-29 18:56:50 +03:00
Siarhei Puhach
edcfd3e9f4
Added Flake8 lib and fixed PEP8 violations
2017-06-29 17:34:40 +03:00
Andrii Marynets
007fc794c3
Add google analytics to data center light
2017-06-27 23:47:30 +03:00
M.Ravi
5e9330102e
Added dcl email parameters to base.py
2017-06-19 12:29:22 +05:30
Henry Bravo
8acd249b4d
Create Templatetag for change language whit the current path
2017-06-13 22:35:15 -05:00
Modulos
df777f384d
Initial commit
...
Please Note:
This app is going to be developed in a TDD style. Please add test first
and then the corresponding code. This way we can be sure everything
works and it should help us coordinate our work.
2017-05-09 16:33:56 +02:00
M.Ravi
68e81472d5
Fixed a bug related to incorrect opennebula parameter. Added python oca's github repo to the requirements.txt.
2017-04-26 23:26:35 +05:30
M.Ravi
c938ce738d
Setting the opennebula params from the env
2017-04-26 10:27:22 +05:30
M.Ravi
43350869e0
Reverted some files back to as they were in master. They had been reorganized.
2017-04-25 03:55:05 +05:30
M.Ravi
1e61ec965d
Some more fixes for the issues of the review of rscnt.
2017-04-25 03:37:50 +05:30
M.Ravi
a8952700d6
Partial fixes for issues pointed by @rscnt
...
- Moved opennebula constants to base.py
- Refactored all opennebula functions from admin.py to opennebula_functions.py
- string#format for some strings
- Renamed my_view function to show_vms
- Added logger to show logs of exceptions generated
2017-04-24 18:51:11 +02:00
M.Ravi
d537fcb118
Manual merge of ungleich/master into opennebula-integration
2017-04-24 03:01:05 +05:30
Levi Velázquez
272e414b5c
Merge pull request #157 from levivm/feature/new_digitalglarus
...
Fixed #2789 #2788 #2790 #2812 #2811
2016-12-20 18:08:01 -05:00
Levi
abfab6915c
added datacenterlight
2016-12-20 18:05:20 -05:00
Levi Velázquez
eac1dcbfb3
Merge pull request #153 from levivm/feature/new_digitalglarus
...
removed stripe keys from settings and script
2016-12-08 20:57:43 -05:00
Levi
8d92ebca88
removed stripe keys from settings and script
2016-12-08 20:51:44 -05:00
unknown
c18ca3a7df
fixing some problems
2016-12-06 11:23:51 -04:00
unknown
33ce7093cb
fix the base.py
2016-12-05 11:56:47 -04:00
unknown
402a6d001e
spring 5 without the notice box
2016-12-05 11:24:46 -04:00
unknown
855c8f1140
narbar
2016-12-01 00:28:06 -04:00
Natacha Quintero
addf3de67e
fixing the base.py
2016-11-22 11:25:03 -04:30
Natacha Quintero
b299a0383f
terms and conditions
2016-11-21 20:26:03 -04:30
Levi
da9169c4ce
Added login.html, Added login view , Added login form,Created Donation Django Model
2016-07-19 01:07:49 -05:00
Levi
a6ea27696a
fixed tests in order to user permissions
2016-07-10 22:42:06 -05:00
Levi
4352094680
Added ‘view virtual machine plan ’ permission, Added ‘delete virtual machine plan’ permission , Added ‘view hosting order’ permission
2016-07-10 22:08:51 -05:00
Levi
3e6502133e
Merge branch 'develop' into feature/hosting_permission
2016-07-09 17:43:28 -05:00
Levi
b34d84657e
Added HostingUserLoginForm test, Added HostingUserSignupForm test, Added PasswordResetRequestForm Test, Added SetPasswordForm test, Created custom 404 page
2016-07-07 23:35:50 -05:00
Levi
a8b9e02ea5
started hosting permissions
2016-06-26 14:50:48 -05:00
Levi
a846f42bf6
Added mark a notification as read feature, Fixed some errors
2016-05-29 13:37:43 -05:00
Levi
b443d4d21e
Created BaseEmail class , Now we are sending email to info@ungleich.com after an user book a VM, Fixed pricing issue, Now Admin can changed data about a booked VM
2016-05-25 01:23:32 -05:00
Levi
88ee543083
Merge branch 'develop' of github.com:ungleich/dynamicweb into develop
2016-05-20 16:43:17 -04:30
Levi
5bdcc5d2b2
Fixed Login Error Style , Started view to generating SSH key for a VM
2016-05-20 16:41:42 -04:30
Tom
418c257978
delete orders
2016-05-20 15:00:06 +00:00
Levi
e26eecf2eb
Changed offers in VM pricing, Fixed pricing error changing disk size, VM footer dead links, Added logged out message
2016-05-19 01:47:16 -04:30
Tom
5c544e6a8d
Merge branch 'develop'
2016-05-08 18:14:51 +00:00
Tomislav R
05e752625e
fix contact ungleich
2016-05-08 19:58:37 +02:00
tmslav
6e82b50f99
update email sending
2016-05-08 01:04:03 +00:00