tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Is migration ``0024_service_dates_optional.py`` included in the v0.4.3 on PyPi? #39

Closed araichev closed 9 years ago

araichev commented 9 years ago

When i install v0.4.3 via pip, the migration is not included. Am i doing something wrong or is it actually missing?

jwhitlock commented 9 years ago

I've looking in the source tarball and the wheel - the file is in both. What's the output of ./manage.py migrate or ./manage.py syncdb?

araichev commented 9 years ago

Hmm, maybe it was a Pip cache problem. I uninstalled and then reinstalled with pip insatll -I multigfts and the migration was there. All good.