evonove / django-money-rates

Currency conversion for django money
BSD 3-Clause "New" or "Revised" License
90 stars 61 forks source link

"djmoney_rates_ratesource" does not exist #7

Closed astarrh closed 8 years ago

astarrh commented 9 years ago

Hello, I installed this package as instructed via pip. Any attempt to use the example method or update currency produces the following:

django.db.utils.ProgrammingError: relation "djmoney_rates_ratesource" does not exist
LINE 1: ..., "djmoney_rates_ratesource"."base_currency" FROM "djmoney_r..

Specs: Windows 7 Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32 Django 1.8.2 py-moneyed 0.5.0

Psykopear commented 9 years ago

have you tried to run the migrations?

2015-06-12 14:34 GMT+02:00 astarrh notifications@github.com:

Hello, I installed this package as instructed via pip. Any attempt to use the example method or update currency produces the following:

django.db.utils.ProgrammingError: relation "djmoney_rates_ratesource" does not exist LINE 1: ..., "djmoney_rates_ratesource"."base_currency" FROM "djmoney_r..

Specs: Windows 7 Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32 Django 1.8.2 py-moneyed 0.5.0

— Reply to this email directly or view it on GitHub https://github.com/evonove/django-money-rates/issues/7.

astarrh commented 9 years ago

Sorry to bother. My test server was running on the wrong virtual environment :/