All Questions
40 questions
0
votes
1
answer
34
views
NoReverseMatch error on password reset. The error only occurs on remote server and NOT on the local server
I am getting the following error when trying to reset a password. The error occurs only on the remote server (i.e. heroku). I can change the password just fine in my local server.
Reverse for '...
0
votes
1
answer
347
views
Deploying a python app to heroku, struggling with gunicorn configuration
I've inherited a python django app and am trying to breathe new life in it. It's currently using python 2.7 and many old packages that I will eventually need to upgrade. But the first thing before ...
0
votes
3
answers
256
views
Pushing Django app to heroku throws error "ImportError: No module named djangocms_history"
I have a Django project that I am trying to push to heroku. My requirements.txt file is
Django==1.11.18
django-cms==3.5.3
django-sekizai==0.10.0
django-treebeard==4.3
djangocms-admin-style==1.2.9
...
2
votes
0
answers
126
views
Installing django-tables2 on heroku returning error: invalid command 'egg_info'
I'm trying to install django-tables2==1.21.1 on my Heroku dyno. Below is the error logs when I try to install it:
~ $ pip install django-tables2
Collecting django-tables2
Using cached django-...
2
votes
0
answers
1k
views
Django Heroku App not compatible with buildpack
I'm trying to push my existing Django project to Heroku using heroku-django-template as a reference to modify my django project.
My interpreter is Python 2.7.14 and I didn't use virtual env.
But ...
0
votes
0
answers
407
views
How can I run one-off dyno inside another one-off dyno on Heroku using custom django-admin commands?
I need to create one-off dyno in Django application deployed on Heroku using custom django-admin commands. I want to use Heroku Scheduler to run command heroku run python manage.py test_function2. It ...
6
votes
1
answer
268
views
Django webapplication Failed to load the native TensorFlow runtime. in Heroku
I have try to deploy my AI application in Heroku with Tensorflow. Im getting error like Failed to load the native Tensor Flow runtime.
thanks in advance.
0
votes
1
answer
195
views
Error when deploying Django app on Heroku
I am trying to deploy new code at Heroku. The changes I made are simple, no changes to settings or requirements or anything fundamental.
However, when running git push, I get...
=====> ...
2
votes
4
answers
2k
views
Django deployment in Heroku: Fails in createsuperuser : django.db.utils.OperationalError: no such table: auth_user
There has been a lot of stackoverflow question regarding this particular error but I think none has the similar situation that I have. I've been following djangogirls heroku deployment tutorial, from ...
0
votes
1
answer
181
views
Django on Heroku : Application Error
I'm trying to run an existing git Django project on Heroku. Doesn't seem to be working. I'll post the logs. Any ideas what the issue is?
There was an error before with collect_static, but I'm not ...
1
vote
1
answer
4k
views
OperationalError at /admin/login/ no such table: auth_user
I am getting this error even after running syncdb multiple times and i am using django 1.7.4
and i have also tried doing migration of my installed apps manually and still it doesn't solve the problem....
7
votes
4
answers
6k
views
Why app/admin in debug mode false give me Server Error 500
I changed my server settings.py from Debug = True to Debug = False.
I can get httpResponses from my other app urls but I can't access the /admin url specifically, I get the Server Error (500)
I ...
0
votes
0
answers
36
views
Heroku database table primary key doubled itself overnight
I have this Django (v 1.8) app on free heroku dyno. For purpose of this post I am simplifying my app a bit, but essentially, this the model i use in my app.
class PartyGuest(models.Model):
name =...
-2
votes
1
answer
88
views
I am deploying Django App on heroku, after successful deployment , I am getting operational Error
OperationalError at /admin/login/
could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s....
0
votes
1
answer
90
views
Push failed, heroku, django, scrapy-heroku
Tried to add scrapy-heroku and dependencies to requirements.txt before pushing to heroku.
remote: Traceback (most recent call last):
remote: File "<string>", line 1, in ...