dynamicweb/nosystemd
2017-04-24 03:01:05 +05:30
..
management
migrations
static/nosystemd
templates/nosystemd
__init__.py
admin.py
apps.py
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
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
views.py