husni-zuhdi / personal-portfolio

This is My Personal Portfolio Website build with Django Framework.
http://husni-portofolio.xyz/
1 stars 0 forks source link

Phase 1 #2

Open husni-zuhdi opened 2 years ago

husni-zuhdi commented 2 years ago
husni-zuhdi commented 2 years ago

References for static file issues:

  1. https://docs.djangoproject.com/en/4.1/howto/static-files/
  2. https://dev.to/learndjango/django-static-files-tutorial-1fg7
  3. https://groups.google.com/g/django-users/c/sUlpFgmw5lw

Another reference for deploying to GCE:

  1. https://realpython.com/django-nginx-gunicorn/#replacing-wsgiserver-with-gunicorn

Solved Somehow after bind it to 0.0.0.0:8000 it works