Fixtures not in package

Issue #1 resolved
Zach created an issue
 python manage.py loaddata pronouns                                       
/home/zach/pizzacommunism/venv/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:216: UserWarning: No fixture named 'pronouns' found.
  warnings.warn("No fixture named '%s' found." % fixture_name)

Installed 0 object(s) from 0 fixture(s)

Comments (3)

  1. Tim Heap repo owner

    Hey @zjace, thanks for reporting this. I've fixed this in the code, and taken the liberty of upgrading the package with Django 1.7 migrations and Python 3 compatibility. Unfortunately, PyPI is down for an upgrade right this moment, but when PyPI is back online, I will upload a fixed version: version 0.3.0.

  2. Log in to comment