No description
Find a file
PCoder c2dbbf0424 Update views.py to include 512mb ram case
RAM server side validation is as follows:
- pid is a mandatory parameter for a valid RAM, otherwise a
 validation error is raised
- check if enable_512mb_ram is enabled. In this case, validate
if the input ram is either a whole number or 0.5 and in the range
0.5 <= value <= 200
- otherwise check ram is a whole number in the range
1 <= value <= 200
2018-10-01 07:52:28 +02:00
alplora
cms_templates
configs
datacenterlight Update views.py to include 512mb ram case 2018-10-01 07:52:28 +02:00
design_membership
digitalglarus Add migration file 2018-08-24 09:40:15 +02:00
docs
dynamicweb
hosting Correct spelling: virutal -> virtual 2018-09-26 20:50:19 +02:00
media
membership
nosystemd
opennebula_api Merge branch 'master' into bugfix/log_vm_terminate_errors 2018-09-07 22:43:29 +02:00
railshosting/static/railshosting/img
templates
ungleich Set blog rss feed for all blog template 2018-08-30 09:47:29 +02:00
ungleich_page
utils Fix flake8 error 2018-09-07 22:46:18 +02:00
.gitignore
.python-version
.travis.yml
Changelog Update Changelog 2018-09-28 08:13:37 +02:00
DEPLOY.rst
deploy.sh
INSTALLATION.rst
Makefile
manage.py
README.rst
requirements.archlinux.txt
requirements.debian.txt
requirements.txt
setup.cfg
uwsgi.ini

ungleich
========

dynamicweb
----------

.. image:: https://travis-ci.org/ungleich/dynamicweb.svg?branch=master
    :target: https://travis-ci.org/ungleich/dynamicweb

Website for ungleich GmbH
=======

- djangocms
    - forms!
    - hosting urls
        - /hosting/django/
        - /hosting/rubyonrails/
        - /hosting/nodejs/
        --