Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Kasper Laudrup
On 27/10/2021 20.38, 'Mr. Aryan Sharma 4-Year B.Tech. Computer Science and Engineering' via Django users wrote: I tried Whitenoise but it's still not working Try something else. I'm sure that will work for you. Kind regards, Kasper Laudrup -- You received this message because you are subscr

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread 'Mr. Aryan Sharma 4-Year B.Tech. Computer Science and Engineering' via Django users
I tried Whitenoise but it's still not working On Wed, 27 Oct, 2021, 11:36 pm Ennio Santos, wrote: > see this video and check if solve your problem. (i was facing problems > with static files when deploying using heroku. it is working fine for me > now). > > https://youtu.be/97UQM-Cfhxs > > Em qu

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Ennio Santos
see this video and check if solve your problem. (i was facing problems with static files when deploying using heroku. it is working fine for me now). https://youtu.be/97UQM-Cfhxs Em quarta-feira, 27 de outubro de 2021 às 10:05:34 UTC-3, aryan.shar...@itbhu.ac.in escreveu: > i am using heroku >

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Lakshyaraj Dash X-D 25
Just do one thing, write STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') in settings.py. Ok. This will definitely solve your problem. I've an experience of deploying my django projects. If any problems then message me at dashlakshyaraj2...@gmail.com. On Wed, Oct 27, 2021, 18:34 'Mr. Aryan Shar

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Lakshyaraj Dash X-D 25
Just do one thing, write STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles'). Ok. This will definitely solve your problem. I've an experience of deploying my django projects. If any problems then message me at dashlakshyaraj2...@gmail.com. On Wed, Oct 27, 2021, 18:34 'Mr. Aryan Sharma 4-Year B.Tec

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Kasper Laudrup
On 27/10/2021 12.51, 'Mr. Aryan Sharma 4-Year B.Tech. Computer Science and Engineering' via Django users wrote: i am using heroku You are probably doing something wrong. Try to do things correctly instead and see if that doesn't solve your problems. Kind regards, Kasper Laudrup -- You rec

Re: facing problems while deploying the project some error with static files

2021-10-27 Thread Aashish Kumar
Have you define the static root in settings.py file On Wed, 27 Oct 2021 at 6:35 PM, 'Mr. Aryan Sharma 4-Year B.Tech. Computer Science and Engineering' via Django users wrote: > i am using heroku > > -- > You received this message because you are subscribed to the Google Groups > "Django users" g