/luokr.com

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

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

luokr.com

The initial version of LUOKR.COM was developed in July 2013 by Alvan. it is a Python-based server application using the Tornado framework at backend and the Bootstrap framework at frontend. Now it just a simple blog(like wordpress) about technology and life.

Below is the main directory structure:

res.luokr.com/      # global resources
www.luokr.com/
---- app/
-------- etc.py     # configuration file, please 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/     # contains data files
-------- model/     # contains model class files
-------- views/     # contains templates
---- doc/           # documents
---- lib/           # library files
---- www/           # static files

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

Screenshots

posts: www.luokr.com.posts.png

about: www.luokr.com.about.png

login: www.luokr.com.login.png

admin: www.luokr.com.admin.png

admin edit post: www.luokr.com.admin.post.update.png