dynamicweb/utils
2016-06-24 00:53:26 -05:00
..
migrations
__init__.py
admin.py
apps.py
fields.py
forms.py Created reset password email, Added forgot password view, Added forgot password form, Added set new password form, Added set new password view, fixed signup response issue, fixed main menu ungleich button redirect to django-hosting 2016-06-21 00:10:38 -05:00
mailer.py changing defualt 'from email' to no-reply@ungleich.ch 2016-06-24 00:53:26 -05:00
models.py 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 2016-06-03 00:07:47 -05:00
stripe_utils.py
test_forms.py
tests.py
views.py