sugarlabs / social

A Platform of discussion for the projects, Activities, and Softwares of SugarLabs Organisation.
https://sugarsocial.herokuapp.com/
2 stars 5 forks source link

STATIC_ROOT set #1

Closed GouravSardana closed 5 years ago

GouravSardana commented 5 years ago

There is a problem in improper configuration due to this static_root. You can check and do changes on the server.

avinashbharti97 commented 5 years ago

Adding STATIC_ROOT is handy in serving static files in Production settings and works with collectstatic command.

So I think for the development setting it is better to only add the Staticfiles_dir by doing this Django will see the static files in static folder only.

Please keep your point why we need this for now.

Also, It is better to open an issue first rather than making a direct pull request :)

GouravSardana commented 5 years ago

But the site server is not working you can check on your server https://sugarsocial.herokuapp.com/

avinashbharti97 commented 5 years ago

@GouravSardana Please ignore that link, Hosting on Heroku server is not synced with this GitHub repo.

GouravSardana commented 5 years ago

Okay So, I am closing the PR.