Skip to content

areski/a2b-cust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


 > A2Billing Customer Panel
-----------------------------

 - build with Django
 - integrate Paypal IPN
 - Testing
 - ...	



 > Command lines
--------------------

 * Running Test Server :
    python manage.py runserver
    
 * Running Create Database and Sync :
    python manage.py syncdb
    

 * Running Tests :   
    python manage.py test customer