Skip to content

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

License

Notifications You must be signed in to change notification settings

yutiansut/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:

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
-------- datum/     # datum class files
-------- model/     # model class files
-------- tools/     # some tools, run `python tools/dbase.py` to make databases.
-------- views/     # templates
---- doc/           # documents
---- lib/           # libraries
---- var/           # variables
-------- datas/     # databases
---- www/           # web root, 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 (>= 4.3)
  • pil or pillow

Screenshots

  • About luokr.com.about

  • Login luokr.com.login

  • Shell luokr.com.shell

  • Posts luokr.com.posts

  • Admin luokr.com.admin

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.1%
  • Python 40.9%