flango
flango copied to clipboard
A Django template for using Flask for the frontend, Django for the backend.
``` (flango-BaHqgQZm) ➜ flango git:(master) ✗ git push heroku master Counting objects: 14, done. Delta compression using up to 8 threads. Compressing objects: 100% (11/11), done. Writing objects: 100% (14/14),...
File "manage.py", line 11 from exc ^ SyntaxError: invalid syntax
Add `gunicorn` packages if you want push to heroku
flango git:(master) pipenv install --no-hashes ``` Installing --no-hashes… ⠋WARNING: Invalid requirement, parse error at "'--no-has'" ABORTING INSTALL... You will have to reinstall any packages that failed to install. You may...