flask-by-example
flask-by-example copied to clipboard
flask, heroku, environment variables, sqlalchemy, flask-migrate, redis
Updated the package versions.
After running pip install -r requirements.txt Using cached https://files.pythonhosted.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz Complete output from command python setup.py egg_info: running egg_info creating pip-egg-info\psycopg2.egg-info writing pip-egg-info\psycopg2.egg-info\PKG-INFO writing dependency_links to pip-egg-info\psycopg2.egg-info\dependency_links.txt writing top-level names to...
URLs with HTTPS results in a 500 which is not shown as an error on the front-end. - `https://realpython.com` -> error - `http://realpython.com` -> ok Same behavior for other sites.
I am running the worker based on the README and get the following error after POSTing a url ```bash $ python worker.py 22:45:34 RQ worker 'rq:worker:P6s-MacBook-Pro-2.33821' started, version 0.5.6 22:45:34...
missing tests to keep it in mind
when i run the command then the terminal output is given below python manage.py db init Traceback (most recent call last): File "/home/arman/arman/github/flask-by-example/manage.py", line 2, in from flask_script import Manager...