mjhea0 / flask-tracking

http://www.realpython.com
Other
129 stars 80 forks source link

No flask-tracking.db file in part-0 #8

Open pwolter opened 3 years ago

pwolter commented 3 years ago

Hi,

Looks like the flask-tracking.db file is missing from the part-0 repo?

I am trying to follow: https://realpython.com/python-web-applications-with-flask-part-i/

The directory tree shows it:

├── flask-tracking.db ├── requirements.txt ├── templates │ ├── data_list.html │ ├── helpers │ │ ├── forms.html │ │ └── tables.html │ ├── index.html │ ├── layout.html │ └── validation_error.html └── tracking.py

svieira commented 3 years ago

Yes, it should get created when you run the application for the first time - e. g. your-virtual-env$ python3 tracking.py