Created custom “add order view” to admin panel, Added vm name and user email to orders list admin view , Started function to charge an user for his VM subscription from the admin panel, Created template for email after charge an user for his virtual machine plan, Handle errors creating an order in the admin panel, Now an email is sent to the user after charge him for his virtual machine plan
This commit is contained in:
parent
63eebbb2b0
commit
a72c1446b4
10 changed files with 649 additions and 21 deletions
|
|
@ -12,7 +12,6 @@ class BillingAddress(models.Model):
|
|||
country = CountryField()
|
||||
|
||||
|
||||
|
||||
class ContactMessage(models.Model):
|
||||
name = models.CharField(max_length=200)
|
||||
email = models.EmailField()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue