saasitive / django-react-boilerplate

DIY Django + React Boilerplate for starting your SaaS
https://saasitive.com
MIT License
596 stars 89 forks source link

After running my project the backend part renders a django admin page without the static files #8

Closed Avin-Techv closed 3 years ago

Avin-Techv commented 3 years ago

After running my project the backend part renders a django admin page without the static files like this issue_backend

pplonski commented 3 years ago

Please try to load in fresh browser, maybe clear the cache or try different web browser. It should work. Please check example deployment: https://boilerplate.saasitive.com/admin

Avin-Techv commented 3 years ago

Since the frontend was rendering correctly I put the static files into the folder /usr/share/nginx/html/ now it works correctly