-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django Standard setup? #8
Comments
Hello datatalking, thank you . |
I've been trying for a few hours now to install this and I'm getting a rash of errors. Can you explain if this was run as "works on my machine" or did you follow standard "python manage.py migrate" setup? its not wanting to install and there is isn't even a README.md file so I'm not sure of your install process. I was getting errors that psycopg, django, django-heroku were not loaded or not available. What was your install process? |
Collecting psycopg2-binary During handling of the above exception, another exception occurred: Traceback (most recent call last):
ERROR: Command errored out with exit status 1: /Users/vanessawilson/sbox/test/ndemo-master/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/m3/jsfh6v792_bg33tq9dyqyv200000gn/T/pip-install-dsmvgqea/psycopg2_1589b94c0160423b89d9feaed0981a39/setup.py'"'"'; file='"'"'/private/var/folders/m3/jsfh6v792_bg33tq9dyqyv200000gn/T/pip-install-dsmvgqea/psycopg2_1589b94c0160423b89d9feaed0981a39/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/m3/jsfh6v792_bg33tq9dyqyv200000gn/T/pip-record-4o6ly2pb/install-record.txt --single-version-externally-managed --compile --install-headers /Users/vanessawilson/sbox/test/ndemo-master/venv/include/site/python3.8/psycopg2 Check the logs for full command output. |
I dont understand what you mean by "as "works on my machine"" i have added a readme file how to set it up. |
"works on my machine" is a phrase people use when someone else has an error but the original writer has no errors. This usually comes from the original poster forgot a dependency or they customized it to fit and didn't document it.
|
Ok, I also figured out other issues.
Thank you for making such a beautiful website, a friend of mine is loving your work!!! |
Thank you you can update the readme file..I used linux environment for development |
I'm new to being a contributor on GitHub and now realized I missed a few steps. Instead of forking your repo, then editing my version of that. I'm using PyCharm as my IDE |
Ok I figured out how to rebase my repo, now how do I push or give you access to mine so you can update yours? |
Hello ndemo-richard, I'm really liking the look of your demo page.
Is it set up with standard Django rules and commands?
The text was updated successfully, but these errors were encountered: