Skip to content

螺壳网(Python-based blog using tornado and bootstrap framework)

License

Notifications You must be signed in to change notification settings

wolfelee/luokr.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

luokr.com

The initial version of luokr.com was developed by Alvan in July 2013. It is a Python-based server application using Tornado framework at backend and Bootstrap framework at frontend. Now it just a simple blog about technology and life.

Below is the main directory structure:

res.luokr.com/      # global resources
www.luokr.com/
---- app/
-------- etc.py     # configuration file, see `doc/etc.py.sample` for more details
-------- svr.py     # to start the app, run `python svr.py`
-------- url.py     # url mapping
-------- ctrls/     # controllers, see Tornado's RequestHandler
-------- datas/     # data files
-------- model/     # model class files
-------- tools/     # some tools, run `python tools/datas.py` to make DBs, etc.
-------- views/     # templates
---- doc/           # documents
---- lib/           # library files
---- www/           # static files

The background landing address is /admin, default username is admin and password is 123456. You can change it after you logined.

Requirement

(Python >= 2.7)

  • tornado (>= 3.1.1)
  • pil or pillow

Screenshots

  • About www.luokr.com.about.png

  • Login www.luokr.com.login.png

  • Shell www.luokr.com.shell.gif

  • Posts www.luokr.com.posts.png

  • Admin www.luokr.com.admin.png

  • Admin (Edit Post) www.luokr.com.admin.post.update.png

About

螺壳网(Python-based blog using tornado and bootstrap framework)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.4%
  • JavaScript 18.6%
  • CSS 6.4%
  • HTML 6.4%
  • Other 0.2%