Skip to content

a simple blog site by django, with nginx+uwsgi+docker

Notifications You must be signed in to change notification settings

qmigrab/web_site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web_site by python frame

a simple blog by django(1.11), nginx, uwsgi, docker(docker-compose).

host:port

admin uri: host:port/admin

start server

configuration:

common config: myweb/config/general.ini

nginx config: myweb/nginx/myweb.conf

docker config: Dockerfile, docker-compose.yml

under DE:

python manage.py runserver 0.0.0.0:port

under PE:

$ docker-compose up

into container, initialize db and configuration

$ docker exec -it container_web_id /bin/bash

$ python manage migrate

$ python manage makemigration

$ python manage createsuperuser

About

a simple blog site by django, with nginx+uwsgi+docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • CSS 30.4%
  • Python 8.5%
  • HTML 4.6%