After two day work, my Wordpress now migrate to github page.

New site now looks like this:

My new site

Let’s say how does the highlight works:

def index(request):
    return request.user

Looks well, how about with line numbers:

1
2
3
4
5
def index(request):
    if request.user:
        return True
    else:
        return False


blog comments powered by Disqus

Published

08 January 2015

Category

tech_world

Tags