Added based view test, Added billing address form test, payment view test , Added test for hetzner pricing calculation, Added test for bern pricing calculation, Fixed script to load initial pricing data
This commit is contained in:
parent
36de71441a
commit
bf17e80df4
11 changed files with 360 additions and 19 deletions
20
hosting/migrations/0015_auto_20160512_0448.py
Normal file
20
hosting/migrations/0015_auto_20160512_0448.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2016-05-12 04:48
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hosting', '0014_auto_20160505_0541'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='hostingorder',
|
||||
old_name='VMPlan',
|
||||
new_name='vm_plan',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue