Skip to content

t-hiroyoshi/django-jp-stations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-jp-stations

django-jp-stations is a simple japanese stations apps.

Quick start

  • Add 'django-jp-stations' to requirements.txt
django-jp-stations
  • Install the app
pip install -r requirements.txt
  • Add "jp-stations" to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
  ...
  'jp_stations',
]
  • Run python manage.py migrate to create the stations dataset.

Data

from http://www.ekidata.jp

About

A Django app for Japanese stations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published