django-jp-stations is a simple japanese stations apps.
- 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 migrateto create the stations dataset.