# luokr.com **Repository Path**: worldhello/luokr.com ## Basic Information - **Project Name**: luokr.com - **Description**: 螺壳网(Python-based blog using tornado and bootstrap framework) - **Primary Language**: Unknown - **License**: BSD-3-Clause-Clear - **Default Branch**: master - **Homepage**: http://luokr.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-14 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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/dbase.py` to make DBs, etc. -------- views/ # templates ---- doc/ # documents ---- lib/ # libraries ---- 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.2.1) * pil or pillow Screenshots ----------- * About ![www.luokr.com.about](res.luokr.com/img/20150928/www.luokr.com.about.jpg) * Login ![www.luokr.com.login](res.luokr.com/img/20150101/www.luokr.com.login.png) * Shell ![www.luokr.com.shell](res.luokr.com/img/20150928/www.luokr.com.shell.jpg) * Posts ![www.luokr.com.posts](res.luokr.com/img/20150101/www.luokr.com.posts.png) * Admin ![www.luokr.com.admin](res.luokr.com/img/20141231/www.luokr.com.admin.png) * Admin (Edit Post) ![www.luokr.com.admin.post.update](res.luokr.com/img/20150928/www.luokr.com.admin.post.update.jpg)