Blog - Django
- Blog website based on Django framework.
- Running on Aliyun: sjgo.online
- Server
- Nginx serve static files
- Gunicorn(Django web) handle requests
Docker
- Run command:
docker run -p 8080:8080 -dit songgs/django-blog:sqlite
- Service Stack:
- Init blog data: http://your-url:8080/admin + admin/admin123
- Sample blog: http://39.97.239.252:8080/