Price-Tracker-Application icon indicating copy to clipboard operation
Price-Tracker-Application copied to clipboard

Installation failed

Open Vic-s opened this issue 4 years ago • 1 comments

When I install the price tracker application this fails. I have python 3.7.7

$ python -V
Python 3.7.7
$ git clone https://github.com/raszidzie/Price-Tracker-Application.git
$ cd Price-Tracker-Application/
$ python -m pip install -r requirements.txt

All OK so far but

$ celery -A pricetracker worker -l info give a lot of errors and ends with django.db.utils.OperationalError: no such table: tracker_item I think a database/table is not created after running

$ python3 manage.py makemigrations tracker
$ python3 manage.py migrate

I can run $ celery -A pricetracker worker -l info

$ python3 manage.py runserver Give a nice webpage at port 8000

Did I do this correct? Does the documentation need an update when installing/running for the first time?

Vic-s avatar Jul 26 '20 15:07 Vic-s

try to install libraries manually

brahim024 avatar Sep 15 '21 20:09 brahim024