mk-fg / feedjack

Feedparser-based feed aggregation django app
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

MANIFEST.in should include fixtures/* #3

Closed uSpike closed 9 years ago

uSpike commented 9 years ago

Upon executing manage.py migrate,

IOError: [Errno 2] No such file or directory: u'feedjack/venv/local/lib/python2.7/site-packages/feedjack/fixtures/migration_data_0005.json'

It appears that fixtures is not included in the deployed package. I think should be added to MANIFEST.in

mk-fg commented 9 years ago

Indeed it was missing there, my bad. Should be fixed now.

Thanks!