rest-framework-tutorial
rest-framework-tutorial copied to clipboard
i am using aws ec2 to deploy my code, and i wanna do it with pipeline CI/CD on azure devops. any ideas how to deploy into aws. how to know...
Collecting MarkupSafe==1.0 Downloading MarkupSafe-1.0.tar.gz (14 kB) ERROR: Command errored out with exit status 1: command: 'c:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\MichaelRoytman\\AppData\\Local\\Temp\\pip-install-_hlabhms\\MarkupSafe\\setup.py'"'"'; __file__='"'"'C:\\Users\\MichaelRoytman\\AppData\\Local\\Temp\\pip-install-_hlabhms\\MarkupSafe\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'...
Hi, I am desperately trying to get a non-trivial django project onto Azure and failing miserably. So I decided to follow Carlton's videos from scratch. I downloaded this repos onto...
Hi, I try to deploy your example to azure function. The goals it's to test this service for a Django project on azure function. But I got this error when...
I am running this on Ubuntu 19.10 so your mileage may vary. There are two issues with the requirements file: 1. `pip install -r requirements.txt` fails because `psycopg2` now requires...
git with parameter HEAD:master is no longer working in local git deployments, needs to be HEAD:refs/heads/master.