- I'm getting errorrs when I'm trying to run the .sh file in your instructions
- A large chunk of the code seems to self reference so there is at least three circular logic statements I'm debugging.
2A './server-setup.sh' gives error
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1
2B. python manage.py migrate attempts to run and install the migration but no setup.py or references to requirements.txt have been made so it gives django-heroku not installed... even after it is.
2C. Even if I ignore both of those errors or try to monkey patch them with python the site will not render. Would really like to look at your app, but it appears to have been a few years. Can we update this or have you depreicated the code?
Not Found
The requested resource was not found on this server.
setup.py needs to be created and the requirements.txt file updated as well. I could work on this but have another option if this code is depricated.

2A './server-setup.sh' gives error
2B.
python manage.py migrateattempts to run and install the migration but nosetup.pyor references torequirements.txthave been made so it givesdjango-herokunot installed... even after it is.2C. Even if I ignore both of those errors or try to monkey patch them with python the site will not render. Would really like to look at your app, but it appears to have been a few years. Can we update this or have you depreicated the code?
setup.pyneeds to be created and therequirements.txtfile updated as well. I could work on this but have another option if this code is depricated.