diff --git a/.gitignore b/.gitignore
index 1b2b4d16..567f4900 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
db.sqlite3
*.pyc
-*.DS_Store
build/
+dist/
*.egg_info
#editors && utilites.
*.swp
@@ -11,7 +11,7 @@ __pycache__/
#django
local_settings.py
-media/
+media/*
!media/keep
/CACHE/
/static/
@@ -29,17 +29,6 @@ ungleich.db
secret-key
-*.psd
-
.idea/
.env
-*.mo
-*.log
-*.sql
-
-/utils/optimize/
-
-# to keep empty dirs
-!.gitkeep
-*.orig
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 3a3d7027..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: python
-python:
- - "3.4.2"
-# - "3.6"
-
-env:
- - DJANGO_SECRET_KEY=0 OPENNEBULA_USERNAME='test' OPENNEBULA_PASSWORD='test' OPENNEBULA_PROTOCOL='http' OPENNEBULA_DOMAIN='test_domain' OPENNEBULA_PORT='2633' OPENNEBULA_ENDPOINT='/RPC2' DCL_TEXT='Data Center Light' CELERY_MAX_RETRIES=0 UNGLEICH_SITE_CONFIGS='{"localhost":{"MULTISITE_CMS_URL":"dynamicweb.urls"}}'
-# install dependencies
-install: "pip install -r requirements.txt"
-script:
-- flake8
-- python manage.py compilemessages
-- python manage.py test -v 3
-# - coverage run --source='.' manage.py test dynamicweb -v 3
-# - coverage report
diff --git a/Changelog b/Changelog
deleted file mode 100644
index b85dd4ff..00000000
--- a/Changelog
+++ /dev/null
@@ -1,383 +0,0 @@
-Next:
- * bugfix: Use correct version of django-multisite (MR #676)
-2.4.1: 2018-10-18
- * bugfix: Update pycryptodome module from 3.4 to 3.6.6 (PR #674)
-2.4: 2018-10-18
- * #5681: [hosting,dcl] Allow admin to lower minimum RAM to 512 MB (PR #672)
-2.3.1: 2018-10-17
- * bugfix: [hosting, dcl] Show VAT percent rounded to 2 decimal places in the order confirmation page (PR #673)
-2.3: 2018-10-08
- * #5690: Generic payment page - allow admin to add a onetime/monthly product and the frontend for user to pay for this product (PR #666)
-2.2.2: 2018-09-28
- * #5721: Set calculator OS list in alphabetical order and set `Devuan Ascii` as the default (PR #668)
- * bugfix: Fix some typos and correct DE translations (PR #667)
-2.2.1: 2018-09-25
- * feature: Change DCLNavbarPlugin to show login option only if set (PR #665)
- * bugfix: Log opennebula errors and send proper message when vm terminate is not completed in the stipulated time (PR #648)
-2.2: 2018-09-06
- * bugfix: Include price in the Stripe plan name to make it distinct and to correct pricing since version 1.9
-2.1.2: 2018-08-30
- * bugfix: [blog, comic] Set blog rss feed for all blog templates
-2.1.1: 2018-08-24
- * #5487: [hosting] Add explicit warning message for teminating VM (PR #656)
- * bugfix: [dg] Send email to admin on dg subscription and increase cc_brand field to 128 characters (PR #652)
- * #5458: [admin] Make hostingorder more readable (PR #657)
- * bugfix: [CMS templates] Set description meta field of ungleich template (was missing before) and set ungleich glarus ag uniformly as author of various CMS pages (PR #653)
- * #5473: Ping a VM before saving ssh key of the user (PR #655)
-2.1: 2018-08-21
- * Bugfix: Increase CC brand name fields from 10 to 128 characters (PR #654)
-2.0.5: 2018-08-08
- * Fix IPv6 VM name in the billing invoice
-2.0.4: 2018-08-07
- * Add RSS feed link to the footer of the blog template (PR #651)
- * #5308: [ipv6only] Fix - when creating a VM, the name begins with v6only (PR #649)
- * #5293: Use `terminate-hard` action instead of `terminate` in the opennebula call to terminate a vm (PR #650)
-2.0.3: 2018-07-18
- * Remove unused /comic url (PR #644)
- * #5126: Allow dynamicweb sites to be iframed on other by setting `X_FRAME_OPTIONS_ALLOW_FROM_URI` (PR #645)
-2.0.2: 2018-07-14
- * bugfix: [blog] Add missing content block in the blog_ungleich.html template file
-2.0.1: 2018-07-14
- * bugfix: [blog] Enable content/structure mode in blog page
-2.0: 2018-07-07
- * #3747: [dcl,hosting] Add multiple cards support (PR #530)
- * #3934: [dcl,hosting] Create HostingOrder outside celery task and add and associate OrderDetail with HostingOrder (PR #624)
- * #4890: [hosting] Manage SSH keys using IPv6 of the VM (PR #640)
- * bugfix: Fix flake8 error that was ignored in release 1.9.1
-1.9.1: 2018-06-24
- * #4799: [dcl] Show selected vm templates only in calculator (PR #638)
- * #4847: [comic] Add google analytics code for comic.ungleich.ch (PR #639)
- * feature: add vm_type option to vm_template and dcl calculator to distinguish between public and ipv6only templates (PR #635)
-1.9: 2018-05-16
- * #4559: [cms] enable discount on cms calculator
-1.8: 2018-05-01
- * #4527: [hosting] cms calculator on non-cms pages for the hosting app
- * bgfix: [dcl] navbar dropdown target fix
- * bgfix: [hosting] login/signup pages footer link fix
-1.7.2: 2018-04-30
- * bgfix: [cms] add favicon extension to ungleich cms pages
- * #4474: [cms] reduce heading slider side padding
-1.7.1: 2018-04-21
- * #4481: [blog] fix de blog pages 500 error
- * #4370: [comic] new url /comic to show only comic blogs
-1.7: 2018-04-20
- * bgfix: [all] Make /blog available on all domains
- * #4367: [dcl] email logo resolution fix
- * #4376: [cms] dcl promo section plugin link color changed to brighter shade
- * #4379: [dcl] pricing without VAT
- * bgfix: [blog] fix top menu items to show only one item
- * #4297: [cms] favicon as a page attribute for dcl template
-1.6.5: 2018-04-08
- * #4396: [ungleich] add favicon to ungleich blog
- * #4327: [dcl] fix navbar logo repeat
- * bgfix: [hosting] fix broken footer links
- * bgfix: [dcl] remove ghost migrations from squashed migration
- * bgfix: [cms] redirect multi-tenant urls to /cms also
-1.6.4: 2018-04-06
- * #4362: [cms] Fix the need of dummy home page for different CMS-based sites
-1.6.3: 2018-04-05
- * #4377: [cms] header btn external link fix
- * #4378: [dcl cms] update CMS Integration to have different content for different domains
-1.6.2: 2018-04-01
- * bgfix: [dcl] Fix user activation email style; add/correct some DE text
- * #4373: [dcl] update footer menu for pw reset/login/signup/activation request pages
-1.6.1: 2018-03-28
- * bgfix: fix header slider interval issue
- * #4315: [cms] navbar consistency from cms page to static page
- * #4313: [hosting] footer style fix
-1.6: 2018-03-25
- * #4266: [dcl cms] add promotional section plugin
- * #3842: [dcl, hosting] change number formatting for all the numbers from german to english locale
-1.5.5: 2018-03-22
- * #4278: [dcl cms] edit options for cms navbar and header plugins
- * bgfix: [dcl cms] fix link plugin issues and section image alignment
-1.5.4: 2018-03-17
- * bgfix: [dcl cms] update DCLNavbarPlugin to allow change of brand logo and url
-1.5.3: 2018-03-16
- * #4262: [dcl] Bugfix for incorrect template name
-1.5.2: 2018-03-14
- * [devuan, ipv6] Add google analytics code for devuanhosting.com, ipv6onlyhosting.{com,net}
- * #4246: [dcl cms] Enable full width options for DCL plugins
- * #4247: [dcl cms] Fix alignment issues with the "plain heading" option
-1.5.1: 2018-03-11
- * bgfix: [dcl cms] Remove datacenterlight_content placeholder conf so that we can create a cms page without calculator
-1.5: 2018-03-09
- * #3554: [dcl] Remove some more beta access resources (some were left in the earlier release)
- * #3452: [hosting] Back button management and cache control for hosting views
- * #3718: [dcl] downtime page
- * #4119: [dcl] CMS plugins for dcl pages
- * #4231: [hosting] add company fiscal number to invoice footer
-1.4.1: 2018-02-23
- * bgfix: [dcl] fix header style for tos page
- * #3798: [dg] Redirect user to digital glarus on clicking logo in the email
- * #3554: [dcl] Remove beta access resources
- * #4166: [glasfaser] heading text not to be blocked by topnav on mobile after navbar menu click
- * bgfix: [hosting] Change sdd_size to ssd_size in VirtualMachineSerializer
- * bgfix: [dg] fix error on /digitalglarus/supporters/
- * #4166: [dcl] Fix scroll on top menu click
- * #4150: [ungleich] mobile font alignment
- * #3713: [dcl] clean up css
- * bgfix: [glasfaser] mobile top navigation toggle button fixed
-1.4: 2018-02-22
- * #4104: [cms, nuglarus] Multisite and access control of cms pages per user
-1.3.3: 2018-02-21
- * Add ALLOWED_HOST nüglarus.ch IDN
- * #4105: [cms] Add cms footer plugin
- * #4049: [blog] Replace header background image
- * #3670: [hosting] Shorten ssh key name
- * #4046: [hosting] Add sdd_size, hdd_size to VirtualMachineSerializer (No visual change)
- * bgfix: [hosting] increase invoice pdf resolution
-1.3.2: 2018-01-16
- * #4000: [all] Replace all ungleich.com with ungleich.ch
- * #4067: [ungleich] mobile navbar toggle fix
- * #4103: [dcl] Add "Terms of Service" item to the footer
-1.3.1: 2017-12-31
- * feature: [all] Load email configurations host, port and use_tls from env
- * bugfix: [all] Use ungleich's smtp as relayhost for sending emails
-1.3: 2017-12-27
- * #3911: [dcl] Integrate resend activation link into dcl landing payment page
- * #3972: [hosting] Add ungleich company info to invoice footer
- * #3974: [hosting] Improve invoice number: Show 404 for invoice resources that do not belong to the user
- * #3961: [ungleich] Add video cover to the header on ungleich.ch landing page and add corresponding cms plugin
- * #3774: [hosting] Update Stripe subscription on vm delete
- * [ungleich] Update text on landing page
- * #3601: [dcl, hosting] Change minimum required RAM from 2GB to 1GB
- * #3973: [dcl] Update datacenterlight and glasfaser contact address to Linthal and company name to "ungleich glarus ag"
- * #3993: [dg] Fix new user membership payment by setting cardholder_name field for UserBillingAddressForm
- * #3799: [dg] Make digital glarus billing work as monthly subscription
- * #3994: [dg] Add a line on signup for clarifying dcl users can login without new signup
-1.2.13: 2017-12-09
- * [cms] Introduce UngleichHeaderBackgroundImageAndTextSliderPlugin that allows to have scrolling images and texts
- * [cms] Remove
tag for ungleich cms customer item template
-1.2.12: 2017-12-09
- * #3594: [digitalglarus] Remove white scroll bar on the right in mobile
- * #3905: [ungleich] Update ungleich.ch header into a slider
- * #3968: [ungleich] Fix navbar logo alignment
- * [all] Enable logging custom modules
-1.2.11: 2017-11-30
- * [all] TravisCI: Test against python 3.4.2 only
- * [ungleich] Remove data-replaced image in ungleich CMS services item plugin template
-1.2.10: 2017-11-26
- * #3843: [ungleich] Add generic ungleich CMS template
- * #3672: [all] Clean existing automated tests
-1.2.9: 2017-11-13
- * #3848: [ungleich] Optimize ungleich.ch landing page
- * #3360: [ungleich] Ungleich.ch landing page animation fix
- * #3421: [hosting] Signup form placeholder translations
- * #3856: [ungleich] Glasfaser text modified
- * bugfix: [blog] Redirect user to ungleich home on ungleich logo click
- * #3858: [dcl] Change "affordable vm ..." text to "Ready in 30 seconds ..."
-1.2.8: 2017-10-21
- * Remove ALLOWED_HOST alplora.ch
- * Add ALLOWED_HOST hack4glarus.ch
- * Fetch page_title and meta_description dynamically in glasfaser CMS template
-1.2.7: 2017-10-20
- * Bugfix: [dcl, hosting] Fix Stripe js error in confirm payment page
- * #3847: [ungleich] change text 'hosting products' -> 'our products'
- * #3829: [dcl] Handle landing login fail in payment page itself
- * #3794: [dcl, hosting] Update email styles
- * #3828: [dcl, hosting] invoice period set to show monthly subscription
- * #3838: [hosting] restyle signup/login/password reset/password pages
- * Bugfix: [dg] Remove validate email link in the registration email
- * Feature: [ungleich_page] Add new glasfaser CMS template
-1.2.6: 2017-10-10
- * Bugfix: [dcl] Refactor and optimize images, links in glasfaser page
- * Bugfix: [dcl] Fix email not being sent issue
-1.2.5: 2017-10-10
- * #3785: [hosting] update 'my bills' page design
- * Bugfix: [hosting] card details input form alignment fix
- * #3823: [hosting] favicon link fixed
- * #3844: [dcl] Add Glasfaser page for advertisement
-1.2.4: 2017-10-02
- * #3780: [hosting] Store VM details locally
- * #3764: [hosting] Show cancelled VMs' invoices
- * #3736: [dcl] Refactor the place where we compute the VM price
- * #3730: [dcl] Refactor price parameter passed in the DCL flow
- * #3807: [dcl] Remove PricingView as it is no more used
- * #3813: [hosting] JS error in create ssh key page
- * #3756: [dcl] Update landing calculator and billing info page
- * Bugfix: Fix PR 493 bug that creates a new StripeCustomer for each buying of VM with the same email id
- * #3835: [all] Forbidden (403) CSRF verification failed issue.
- * Bugfix: [hosting] Dashboard strictly available after login
- * #3808: [dcl] Order confirmation page redesign
-1.2.3: 2017-09-25
- * #3484: [dcl, hosting] Refactored account activation, password reset, VM order and cancellation email
- * #3731: [dcl, hosting] Added cdist ssh key handler
- * #3628: [dcl] on hosting, VM is created at credit card info submit
- * #3772: [dcl] Updated hosting app billing into monthly subscription and added new text and translations
- * #3786: [hosting] Redesigned the hosting invoice and order-confirmation page
- * #3728: [hosting] VM Termination animation added
- * #3777: [hosting] Create new VM calculator added like dcl landing
- * #3781: [hosting] Resend activation mail
- * #3806: [hosting] Fix can not create VMs after password reset
- * #3812: [hosting] Modal check icon made thin and font-size fixed
- * Feature: [cms, blog] Added /cms prefix for all the django-cms generated urls
- * Bugfix: [dcl, hosting] added host to celery error mails
- * Bugfix: [ungleich] Fixed wrong subdomain digitalglarus.ungleich.ch
-1.2.2: 2017-09-08
- * #3704: [hosting] Added my settings page
- * #3771: [datacenterlight] Fixed the inconsistency in navbar style in billing page and onward
- * #3769: [datacenterlight] Fixed EN dashboard url redirecting to the wrong page
- * #3775: [hosting] Made the dashboard as the default start page for hosting app
- * #3779: [hosting] Changed signup validation and activation page navbar transparent
- * #3759: [hosting] Made the navbar style consistent to the dcl navbar and changed font weight from 300 to 400 for mobile navbar text
- * #3644: [datacenterlight] Added a login button on landing
- * #3659: [hosting] Changed hosting navbar design
-1.2.1: 2017-09-06
- * #3757: [datacenterlight] Added /l route for linkedin
-1.2: 2017-09-01
- * #3703: [hosting] Added a new dashboard
- * #3717: [datacenterlight, hosting] Changed warning color for box
- * #3748: [datacenterlight] Changed order msg position for mobile
- * #3762: [hosting] Text fix View details to See Invoice
- * #3765: [hosting] Text fix Your SSH Keys to My SSH Keys
- * #3639: [datacenterlight] Added navbar menu after payment page on landing
- * #3735: [hosting] Increased modal width and modal button width
- * #3709: Activated Text Plugin by default for the Page Title Text, enabled
tag text management
- * #3768: [datacenterlight, hosting] Fixed missing DE translation
- * #3678: [datacenterlight, hosting] Removed Lato font files
-1.1.1: 2017-08-29
- * #3709: [datacenterlight] Added faq tos cms template
- * #3657: [datacenterlight] Added a new contact section at landing
- * #3740: [datacenterlight] Made contact section to send email to info when user submits a message
- * #3757: [datacenterlight] Added new routes to dcl
-1.1: 2017-08-24
- * #3637: [datacenterlight, hosting] Added Stripe error handler
- * #3695: [hosting] Applied new design for VM list in hosting
- * #3565: [datacenterlight, hosting] Changed warning text color
- * #3622: [datacenterlight] Moved the create vm xml-rpc call made in the DCL VM purchase flow into a celery asynchronous task
- [datacenterlight] Added test for create vm celery task
- * #3711: [hosting] Displayed all IPv4s and IPv6s in the VM list
- * #3697: [hosting] Applied new design for VM detail page
- * #3645: [hosting] Fixed navbar movement on modal popup
- * #3698: [hosting] Applied new design for My Orders page
- * #3737: [all] Corrected/added missing google analytics and reformated code, fixed broken head tag
- * #3701: [datacenterlight] Enabled monthly Stripe subscriptions
-1.0.24: 2017-08-15
- * #3699: [datacenterlight] Added oneadmin ssh key by default to the created VM via DCL landing
- * #3687: [datacenterlight] Added the name of the customer as description field of the stripe metadata
- [all] Added CustomUser as a parameter in get_anonymous_user function to resolve issues with tests
-1.0.23: 2017-08-11
- * #3629: [datacentlight] Fixed navbar changing language from DE to EN between menus bug
- * #3623: [hosting] Fixed “Confirm Order” text appearing in “Invoice” place
- * #3633: [datacenterlight, hosting] Translated “All Rights Reserved” for German pages
- * #3627: [datacenterlight, hosting] Added border for payment warning message when the user has already submitted card information
- * #3620: [hosting] Updated SSH Key page with new style: new key choice page, upload key page, added icons for downloading and deleting key on mobile
- * [hosting] bug fix: added modal icon and translation back for delete SSH Key
- * #3660: [datacenterlight] Rearranged desktop and mobile view for “Why Data Centre Light?” IPv6/SSD section
- * #3646: Added file with VM Template hosting migration
- * #3617: [hosting] Fixed Password reset confirmation page style bug
- * #3408: [hosting] Changed background image of signup/login background into smaller size
- * #3621: [hosting] Fixed signup/login/password reset page navbar logo overlapping with form
- * #3354: [hosting] Restyled modal
- * #3638: [hosting] Added “download” btn on generated key list for generated keys from upload your key page
- * #3655: [hosting] Disabled deleting SSH keys from other users
- * #3619: [datacenterlight, hosting] Replaced 'Lato-Light' and 'Lato-Regular' with only ‘Lato’ with appropriate font-weights
- * #3677: [hosting] Added wrapping for show SSH key modal text
- * #3683: [hosting] Fixed footer floating bug on VM creating page
- * #3676: [datacenterlight, hosting] Added missing card holder's name field migration
-1.0.22: 2017-07-30
- * #3593: [datacenterlight] Removed underbars between social icons in index
- * #3509: [datacenterlight, hosting] Made navbar transparent and removed mobile navbar bug in login/signup/reset-password
- * #3592: [datacenterlight] Changed “Order Now” button text to “Continue/weiter”
- * #3579: [datacenterlight] Removed “blinks” on click on navbar menus
- * #3577: [datacenterlight] Added backend CPU, RAM, SSD fields validation
- * #3615: [datacenterlight] Decoupled landing VM templates from OpenNebula
- * #3604: [datacenterlight, hosting] Font colour change for better visibility in signup/login/password request footer links
- [all] Introduced ENABLE_DEBUG_LOGGING
- * #3542: [datacenterlight, hosting] Fixed warning messages and deprecated url
- * #3603: [datacenterlight] Removed navbar language option dropdown
- * #3629: [datacenterlight] Fixed navbar language switching bug
-1.0.21: 2017-07-21
- * #3591: [datacenterlight, payment] Fixed card holder name to appear on Confirm Order page
- * #3558: [datacenterlight] Changed font family and background color for header
- * #3581: [datacenterlight] Lead font weight change
- * #3584: [all] Add flag is_superuser=True in MyUserManager
-1.0.20: 2017-07-18
- * #3590: [digitalglarus] Added impact hub partner logo and text in digitalglarus
- [datacenterlight, hosting] Fixed overlapping of date and billing address in the mobile view
- * #3580: [datacenterlight, hosting] Introduced newly designed payment page. Customized Stripe credit card input fields
- * #3568: [all] Improved the way of adding Google analytics (ga) code. We now have ga code for ungleich, digitalglarus, blog, hosting
- and datacenterlight
- * #3564: [datacenterlight] Improved calculator form validations, both client side and server side
- [datacenterlight] Changed "Place order" button to "Submit" in the payment page
- * #3540: [datacenterlight] Improved credit card section with Stripe clarification texts and corresponding DE translations
-1.0.19: 2017-07-09
- * [blog] Added a space between "Posted on" and the "Date"
- * [datacenterlight, digitalglarus] Introduced Google Analytics for DCL and digitalglarus.ch
- * [datacenterlight] Fixed calculator error message positioning
- * [digitalglarus] Fixed favicon for digitalglarus
- * [all] Introduced PEP8 code standards using flake8
- * [all] DEBUG is set to False on production
- * [all] Using memcached as cache provider on production
- * [datacenterlight] Removed Order Now button outline in the order form
- * [datacenterlight] Refactored html pages, fixed missing body tag, removed some duplicate script imports
- * [datacenterlight] Introduced Why Data Center Light page
-1.0.18: 2017-07-02
- * [datacenterlight] Introduced the new flow. Landing page -> Payment -> Order confirmation -> Success
- * [datacenterlight] Fixed issue showing local time to the user in order confirmation page, vm pages (like ssh keys)
- * [hosting] Fixed responsive issue while user signup
- * [hosting] Fixed 500 error when user requests for a vm whose id does not belong to him
- * [datacenterlight] Refactored partially dcl text and dcl support email to be obtained from env parameters
- * [datacenterlight] Updated DE translations
- * [hosting] Updated email text for user activation
-1.0.17: 2017-06-16
- * [datacenterlight] Cleanup OrderView useless code
- * [datacenterlight] Replaced GiB to GB
- * [datacenterlight] Tentative fix for error 500 on order detail view
- * [datacenterlight] Fixed translations
- * [datacenterlight] Added email confirmation feature
- * [datacenterlight] Changed logo on datacerlight dashboard
- * [datacenterlight] Credit card input disappearance fix
-1.0.16: 2017-06-15
- * [datacenterlight] .po file issue with multiple definition fixed
- * [datacenterlight] Navbar items in dcl user area rearranged
- * [datacenterlight] Typos in german fixed (#3364)
- * [datacenterlight] Added "VAT included" text in calculator box
-1.0.15: 2017-06-14
- * [datacenterlight] Fixed error trying to delete ssh key
- * [datacenterlight] Fixed footer links
- * [datacenterlight] Fixed some styles on landing
-1.0.14: 2017-06-14
- * [all] Added deploy.sh
- * [all] Removed .mo files and updated .gitignore
-1.0.13: 2017-06-13
- * [datacenterlight] Added translations for email and name placeholders fields
-1.0.12: 2017-06-13
- * [datacenterlight] Added from address for EmailMessage that was missing
-1.0.11: 2017-06-12
- * [datacenterlight] month added to landing calculator box
- * [datacenterlight] dcl_email from address fixed to come from support@dcl
-1.0.10: 2017-06-11
- * [datacenterlight] Send plain text email only for new orders
-1.0.9: 2017-06-11
- * [datacenterlight] Moved calculator to the landing page
-1.0.8: 2017-06-08
- * [datacenterlight] Fixed german typos
- * [datacenterlight] Refactored dcl order/success templates
-1.0.7: 2017-06-08
- * [datacenterlight] Fixed an issue causing header images not appear in the blog
-1.0.6: 2017-06-06
- * [datacenterlight] Hotfix, feature/manualorder added
-1.0.5: 2017-06-06
- * [all] General cleanup
- * [datacenterlight] Add German translations
- * [datacenterlight] Change beta access to subscriptions
- * [hosting] Add German translations
- * [blog] Add German translation for header
- * [opennebula_api] Improve testing, add ssh key functions
- * [opennebula_api] Remove template views
- * [datacenterlight] Allow user to have multiple ssh keys
- * [datacenterlight] Changed stripe.js v2 to v3
- * [datacenterlight] Added support for stripe payment errors on current user language
-1.0.4: 2017-06-05
- * [all] Added new Domains to accept
-1.0.3: 2017-06-02
- * [datacenterlight] Hotfix, remove footer on mobile devices
-1.0.2: 2017-05-28
- * [datacenterlight] Fixed login redirecting to blank page after logout
-1.0.1: 2017-05-26
- * [datacenterlight] Allow storage to shrink / grow only in 10th of GB
- * [datacenterlight] Fix initially shown price
-1.0.0: 2017-05-25
- * Initial stable release
diff --git a/DEPLOY.rst b/DEPLOY.rst
index f0a0a695..ab5e06e9 100644
--- a/DEPLOY.rst
+++ b/DEPLOY.rst
@@ -41,7 +41,7 @@ configure the values for the ssh host, user, port and target directory.
Run:
$ python manage.py makemigratoins
- $ python manage.py migrate
+ $ python manage.py syncdb
7. Setup a circus configuration.
diff --git a/INSTALLATION.rst b/INSTALLATION.rst
deleted file mode 100644
index ee36b3ad..00000000
--- a/INSTALLATION.rst
+++ /dev/null
@@ -1,68 +0,0 @@
-Dynamicweb
-----------
-Installation for dynamicweb
-=======
-
-
-Requirements
-============
-* Python 3.5+
-
-Install
-=======
-The quick way:
- ``pip install -r requirements.txt``
-
-Next find the dump.db file on stagging server. Path for the file is under the base application folder.
-
-Install the postgresql server and import the database::
- ``psql -d app < dump.db``
-
-**No migration is needed after a clean install, and You are ready to start developing.**
-
-Development
-===========
-Project is separated in master branch and development branch, and feature branches.
-Master branch is currently used on `Digital Glarus `_ and `Ungleich blog `_.
-
-If You are starting to create a new feature fork the github `repo `_ and branch the development branch.
-
-After You have complited the task create a pull request and ask someone to review the code from other developers.
-
-**Cheat sheet for branching and forking**:
-
-*branching*
-
-``git branch feature_name && git checkout feature_name``
-
-
-*fetching upstream(should be done everytime before development is started)*
-
-``git fetch upstream && git merge upstream/feature_name``
-
-
-`read more about getting code from upstream here `_
-
-*merging your branch*
-(**IMPORTANT**)
-
-Before You make a pull request from Your forked branch to the ungleich make sure You did merge and resolve any conflicts You may find and that the application is running bug free.
-Also You can run
-
-``./manage test``
-
-
-To merge upstream branch run this git commands.
-
-``git fetch upstream``
-
-``git checkout your_feature_branch``
-
-``git merge remotes/upstream/develop``
-
-
-
-
-
-
-
diff --git a/README.rst b/README.rst
index f297018c..e7ec582d 100644
--- a/README.rst
+++ b/README.rst
@@ -3,10 +3,6 @@ ungleich
dynamicweb
----------
-
-.. image:: https://travis-ci.org/ungleich/dynamicweb.svg?branch=master
- :target: https://travis-ci.org/ungleich/dynamicweb
-
Website for ungleich GmbH
=======
@@ -17,4 +13,10 @@ Website for ungleich GmbH
- /hosting/rubyonrails/
- /hosting/nodejs/
--
+ - feedback app
+ - below ungleich?
+ - no
+ - redirect back to // render other url?
+ - /feedback
+