Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-19 Thread ram.mu...@gmail.com
Hi Ihor, Thank you for your email. We do not have any reference to heroku but Digital Oceanś App platform is using heroku. We resolved the above error by adding this environment variable: DISABLE_COLLECTSTATIC = 1 But we are planning to enable this once the main deployment is done. Best

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-18 Thread Ihor Dmytrenko
Why you have heroku in your log? Remove all old dependency configs in your settings first and then you need specify ```python STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATIC_URL = '/static/' HOME_DIRECTORY_SELF_STORAGE =

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-16 Thread ram.mu...@gmail.com
ango.contrib.postgres import >> lookups >> [2023-12-17 01:40:06] │ File >> "/app/.heroku/python/lib/python3.11/site-packages/django/contrib/postgres/lookups.py", >> >> line 4, in >> [2023-12-17 01:40:06] │ from .search import Searc

Error while running '$ python manage.py collectstatic --noinput'.

2023-12-16 Thread Ram
"/app/.heroku/python/lib/python3.11/site-packages/django/contrib/postgres/search.py", > line 1, in > [2023-12-17 01:40:06] │ import psycopg2 > [2023-12-17 01:40:06] │ File > "/app/.heroku/python/lib/python3.11/site-packages/psycopg2/__init__.py", > line 51,