Ines Sehili

Results 6 comments of Ines Sehili

Hi thank you for your answers here is my setting.py file I confirm that everything worked well locally `# -*- encoding: utf-8 -*- """ Copyright (c) 2019 - present AppSeed.us...

My Pocfile `web: gunicorn core.wsgi ` requirements.txt `asgiref==3.3.4 autopep8==1.5.7 dj-database-url==0.5.0 Django==2.2.10 gunicorn==20.1.0 Pillow==8.2.0 psycopg2==2.9.1 pycodestyle==2.7.0 PyPDF2==1.26.0 python-decouple==3.4 pytz==2021.1 reportlab==3.5.68 sqlparse==0.4.1 toml==0.10.2 Unipath==1.1 whitenoise==5.2.0 ` my runtime.txt file `python-3.9.4`

Good evening I followed all the steps for a correct deployment, but the same problem remains. for the js console yes there are a number of errors here they are:...

For people who had this type of error; here is my solution: I had to put my own css code for the dropdown menu and replacing datepicker by input type...