Saturday, August 24, 2019

Catalin George Festila: Python 3.7.3 : Using the flask - part 015.

In this tutorial, I will show you how to migrate using the Database Migrations in flask project. Because my laptop is gone I use my old Linux. First you need to install these python modules with --user argument for Linux: [mythcat@desk my_flask]$ pip3 install flask-migrate --user ... [mythcat@desk my_flask]$ pip3 install flask-script --userLet's test this new issue with server.py file by adding

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...