dynamicweb/nosystemd
Levi c23a2b1706 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
..
management Configured django-filer plugin. Added thumbnail of 630x200 to each post in post list view. Now when the user click on digitalglarus on contact form in ungleich landing page, he is redirected to digitalglarus home.Started to change index digitalglarus styleChanged ungleich css. Fixed image thumbnail on post item list . Added email template after an user has been charge for his monthly donation. Fixed command to make donations charge, if there is any error with one donator, it skip him and go on to the next.Added new header to digitalglarus page. Added menu to new digitalglarus landing 2016-08-04 01:07:41 -05:00
migrations addedm migrations 2016-07-27 00:22:11 -05:00
static/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
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 login.html, Added login view , Added login form,Created Donation Django Model 2016-07-19 01:07:49 -05:00
urls.py Added command make_donations_charges in order to create stripe current monthly donations from all donators. Now the user can logout using navbar. Added restriction to user in order to make a donation when he has an active monthly donation . Added donations view where the user can view their recents donations. Now users receive an email after making his first donation. 2016-07-29 00:17:34 -05:00
views.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