Skip to content

inabhi9/django-taxrates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-taxrates

Sales tax rates app for django based on http://www.taxrates.com/

Usage

Install the App

pip install -e git+git://github.com/inabhi9/django-taxrates.git#egg=taxrates

Add taxrates app into your django setting file

INSTALLED_APPS = (
    ...,
    'taxrates'
    ...
)

Run migration

./manage.py migrate

Import the data

This is the management command that downloads the data from the taxrates.com and import into the database.

./manage.py taxrates --import=all

Run ./manage.py taxrates -h for help

About

Sales tax rates app for django based on http://www.taxrates.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages