flask

How To Have Django Packages in Flask

Django packages in Flask seems like a far-away dream, but shopyo 4.6.0 allows you to install Shopyo apps from pypi. What is Shopyo? Shopyo implements Django functionalities such as the admin panel etc by using existing Flask packages. But, it also implements Django-specifics like the collectstatic command, migrations, apps, even new concepts like boxes etc. …

How To Have Django Packages in Flask Read More »

How to run a Flask Linux-only App on Windows – The AFPy Site

There are in the Python world many Flask Linux-only apps. However in many case, with some twerking we can make them work on Windows. We’ll take the case of the AFPy site. First fork the AFPy site Then clone it git clone https://github.com/<your-username>/site.git The makefile looks like this VENV = $(PWD)/.env PIP = $(VENV)/bin/pip PYTHON …

How to run a Flask Linux-only App on Windows – The AFPy Site Read More »