You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Django project is intended as a dummy payment service for educational use. We used it in our web programming course as part of a ecommerce site project. It is similar to real online payment services, but intended merely to give students an idea how such a service can be used.
Installation:
-------------
Should be as simple as:
- cloning the git repository ()
- running python manage.py syncdb
- running python manage.py runserver
Instructions on usage can then be found from http://localhost:8000/