This is the home of Ember.js based admin client that ships with Ghost.
Do you want to set up a Ghost blog? Check the getting started guide
Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help
Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.
Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.
admin.js 自己收藏的js、无实际用途 (function($){ $.extend({ //管理系统系统层通用方法 admin:{ /** * encodeURL(unescape):用于对URL的组成部分进行个别编码。因此对";/?:@&=+$,#"不会被编码。网页提交表单时,如果有空格,会被转化为+字符 * encodeURLComponent(deco
# -*- coding:utf-8 -*- from django.contrib import admin from django.contrib.auth.models import User from django_admin.models import Employee from django.contrib.auth.backends import ModelBackend from