dynamicweb/nosystemd
Andrii Marynets 3fc1cd9463 Fix url which will be deprecated in Django 1.10 2017-07-19 00:39:52 +03:00
..
management Fixed issue 2624, Creating command to charge all members for their membership month, Fixing bug on make charge membership command, Added language activation for make charge command 2016-10-01 17:17:46 -05:00
migrations addedm migrations 2016-07-27 00:22:11 -05:00
static/nosystemd fixed payment membership button issue, fixed support us posts issue 2017-01-30 21:15:59 -05:00
templates/nosystemd Fixed Sign up H2 margin , Added Login Headline, Added Header Background, Changed ungleich logo, Fixed Landing title style, Fixed billing form goes out of background image, Fixed billing address page amount field seems broken, Changed authentication page fonts 2016-08-15 23:56:24 -05:00
__init__.py Added login.html, Added login view , Added login form,Created Donation Django Model 2016-07-19 01:07:49 -05:00
admin.py Added DonatorStatus model in order to know if an donator has canceled or not his monthly donation, Now we create a DonatorStatus for the user after receiving his first donation. Added DonatorStatus view. Added donator_status.html in order to allow an user view his donation status , Added action to allow user to cancel his monthly donations. Now the user can logout using navbar. added Donation model to admin.Added command make_donations_charges in order to create stripe current monthly donations from all donators 2016-07-27 00:08:45 -05:00
apps.py Added login.html, Added login view , Added login form,Created Donation Django Model 2016-07-19 01:07:49 -05:00
forms.py Added DonatorStatus model in order to know if an donator has canceled or not his monthly donation, Now we create a DonatorStatus for the user after receiving his first donation. Added DonatorStatus view. Added donator_status.html in order to allow an user view his donation status , Added action to allow user to cancel his monthly donations. Now the user can logout using navbar. added Donation model to admin.Added command make_donations_charges in order to create stripe current monthly donations from all donators 2016-07-27 00:08:45 -05:00
models.py Now if an user after cancel his donation, he make it again, we reactivate his donator status. Fixed css on donations.html 2016-08-05 01:00:44 -05:00
tests.py Added Flake8 lib and fixed PEP8 violations 2017-06-29 17:34:40 +03:00
urls.py Fix url which will be deprecated in Django 1.10 2017-07-19 00:39:52 +03:00
views.py Fixed blling form goes out of background image, Fixed billing address page "amount" field seems broken, Changed authentication page fonts 2016-08-20 00:57:46 -05:00