Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Help with the Phytone website

Translated2 USD

Client's review of cooperation with Alex Ifcontrol

Quality
Professionalism
Cost
Contactability
Deadlines

Everything was done quickly and quality.
A very responsive execution, always in contact and keeps aware of the changes that are made.
Thank you Alexandra for your help!!The !

Freelancer's review of cooperation with Bogdan Kulik

Payment
Task setting
Clarity of requirements
Contactability

A good customer. He quickly reaches the contact. Plus for clarity. I think we will continue our cooperation.

Client does not wish to make a prepayment? Payment through Safe helps avoid potential fraud.
  1. 151    2  0
    1 day11 USD

    Good day .
    Newspapers are here, so quality work is first and foremost needed.
    Experience in Unix/Linux is over 13 years.
    It requires research and analysis, but something can be said now.
    The error is likely to indicate that there is no connection between nginx and your Python application.
    To solve the problem, we do not interfere with root-right access.
    As a result of the work, you will receive a report on the work done and recommendations on the upgrade and configuration of your server, if they have been found in the process.
    If the reason is simple, you get a discount.
    Write in the face, let’s see.

  2. 101    1  0
    Winning proposal1 day2 USD

    There is experience in setting django projects on the server. I can see.

  3. 413    24  3
    2 days3 USD

    Ready to see...

  4. Another 3 proposals concealed
  • Leyton Aac
    19 November 2015, 20:00 |

    log nginx покажите

    php чем обрабатываете (apache ? модулем ?) ?

    тогда и те логи покажите

  • Bogdan Kulik Noname
    19 November 2015, 20:04 |

    The above exception was the direct cause of the following exception:


    Traceback (most recent call last):

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/core/handlers/base.py", line 108, in get_response

    response = middleware_method(request)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/debug_toolbar/middleware.py", line 56, in process_request

    if not self.show_toolbar(request):

    File "/home/lils/lils/lils/settings.py", line 81, in show_toolbar

    return request.user.groups.filter(name='Developers').exists()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/utils/functional.py", line 226, in inner

    self._setup()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/utils/functional.py", line 359, in _setup

    self._wrapped = self._setupfunc()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/auth/middleware.py", line 22, in <lambda>

    request.user = SimpleLazyObject(lambda: get_user(request))

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/auth/middleware.py", line 10, in get_user

    request._cached_user = auth.get_user(request)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/auth/__init__.py", line 167, in get_user

    user_id = _get_user_session_key(request)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/auth/__init__.py", line 59, in _get_user_session_key

    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/sessions/backends/base.py", line 48, in __getitem__

    return self._session[key]

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/sessions/backends/base.py", line 181, in _get_session

    self._session_cache = self.load()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/contrib/sessions/backends/db.py", line 21, in load

    expire_date__gt=timezone.now()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/models/manager.py", line 127, in manager_method

    return getattr(self.get_queryset(), name)(*args, **kwargs)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/models/query.py", line 328, in get

    num = len(clone)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/models/query.py", line 144, in __len__

    self._fetch_all()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/models/query.py", line 965, in _fetch_all

    self._result_cache = list(self.iterator())

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/models/query.py", line 238, in iterator

    results = compiler.execute_sql()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/models/sql/compiler.py", line 838, in execute_sql

    cursor = self.connection.cursor()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/backends/base/base.py", line 164, in cursor

    cursor = self.make_cursor(self._cursor())

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/backends/base/base.py", line 135, in _cursor

    self.ensure_connection()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection

    self.connect()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/utils.py", line 97, in __exit__

    six.reraise(dj_exc_type, dj_exc_value, traceback)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/utils/six.py", line 658, in reraise

    raise value.with_traceback(tb)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection

    self.connect()

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/backends/base/base.py", line 119, in connect

    self.connection = self.get_new_connection(conn_params)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 176, in get_new_connection

    connection = Database.connect(**conn_params)

    File "/home/lils/.pyenv/versions/lils/lib/python3.4/site-packages/psycopg2/__init__.py", line 164, in connect

    conn = _connect(dsn, connection_factory=connection_factory, async=async)

    django.db.utils.OperationalError: FATAL: Peer authentication failed for user "lils"


  • Bogdan Kulik Noname
    19 November 2015, 20:09 |

    могу дать доступ по SSH через мой компьютер, через Team Viewer

  • Bogdan Kulik Noname
    19 November 2015, 20:03 |

    обрабатывается с помощью Apache

  • Leyton Aac
    19 November 2015, 22:23 |

    бросьте в личку, я посмотреть должен

  • Leyton Aac
    20 November 2015, 9:56 |

    в логе nginx-a есть что-то такое ?
    connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost

Current freelance projects in the category Python

Setting up a Telegram bot to receive information from the Electronic Taxpayer's Cabinet

API of the electronic cabinet https://cabinet.tax.gov.ua/help/api-registers-int.html Authorization via KEP Information on 10+ entrepreneurs and enterprises Automatic receipt of information about funds credited to the account (any taxes) Description of the words It is…

Python ∙ 1 hour 56 minutes back ∙ 23 proposals

Telegram bot for hiring/searching employees. For job searching.

25 USD

1. General Concept Creation of a Telegram bot for automating recruitment and mutual job searching. The system operates on the principle of active response and mutual confirmation of interest (Double Opt-In). The system includes two roles: Employer (Company Owner) and Worker (Job…

PythonBot Development ∙ 18 hours 29 minutes back ∙ 73 proposals

Technical support for web platform (Python/Django)

There is a working web project that needs to be maintained and gradually organized, without rewriting from scratch. Project stack: Backend: Python, Django, Django Rest Framework Frontend: Next.js Database: PostgreSQL Infrastructure: AWS (EC2), Nginx There are integrations…

PythonWeb Programming ∙ 20 hours 38 minutes back ∙ 64 proposals

Development of a web service with paid access to an online chat

Good day, it is necessary to develop a web service that includes: * personal links for users; * a page with a description of the service; * payment through PayPal; * online real-time chat; * video display on the user page; * accounting for paid time and automatic access…

PythonWeb Programming ∙ 1 day 21 hours back ∙ 72 proposals

Application development

I wish to create a mobile application for communication, the app should have audio and video calls, group chat creation, the ability to sync with phone contacts, account settings: email binding, 2FA, phone number, the ability to customize app notifications, change the app…

JavaPython ∙ 2 days 19 hours back ∙ 36 proposals

Client
Bogdan Kulik Noname
Ukraine Ukraine  15  0
Project published
10 years back
244 views