Added View to render payment page, Added Payment and summary forms, Added Payment.js library to request stripe token , Added jQuery validator for handling payment form errors
This commit is contained in:
		
					parent
					
						
							
								64a484e749
							
						
					
				
			
			
				commit
				
					
						0bad2870f9
					
				
			
		
					 13 changed files with 480 additions and 71 deletions
				
			
		|  | @ -1,14 +1,14 @@ | |||
| from django.conf.urls import url | ||||
| 
 | ||||
| from .views import VMPricingView, DjangoHostingView, RailsHostingView, \ | ||||
| from .views import DjangoHostingView, RailsHostingView, PaymentVMView, \ | ||||
|                     NodeJSHostingView, LoginView, SignupView, IndexView | ||||
| 
 | ||||
| urlpatterns = [ | ||||
|     url(r'index/?$', IndexView.as_view(), name='index'), | ||||
|     url(r'pricing/?$', VMPricingView.as_view(), name='pricing'), | ||||
|     url(r'django/?$', DjangoHostingView.as_view(), name='djangohosting'), | ||||
|     url(r'nodejs/?$', NodeJSHostingView.as_view(), name='nodejshosting'), | ||||
|     url(r'rails/?$', RailsHostingView.as_view(),   name='railshosting'), | ||||
|     url(r'login/?$', LoginView.as_view(),  name='login'), | ||||
|     url(r'signup/?$', SignupView.as_view(), name='signup'), | ||||
|     url(r'payment/?$', PaymentVMView.as_view(), name='payment'), | ||||
| ] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue