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

vkaravir/simple-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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