Skip to content

Simple Django project for demonstrating a simple payment service for educational purposes

Notifications You must be signed in to change notification settings

teemulehtinen/simple-payments

 
 

Repository files navigation

Simple Payments Service
----------------------

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/

About

Simple Django project for demonstrating a simple payment service for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • HTML 36.2%
  • CSS 7.4%