Giter Site home page Giter Site logo

jihua's Introduction

介绍

一个做日常计划的工具网站,使用 backbone.jsdjango 开发。演示:jihua.in。以下摘自 jihua.in 的帮助页面

这是一个帮助你记录、管理日常计划的小工具。计划不易做得太长远,所以我们只专注于做最近几天的计划,尤其是今日计划。我们的目标是做一个简单好用的工作计划表。

详细的设计参见 doc/design.mm 思维导图。

依赖

  1. recaptcha-client: http://pypi.python.org/pypi/recaptcha-client
  2. django >= 1.3
  3. python2.7 以下需要 ordereddict: http://pypi.python.org/pypi/ordereddict
  4. 如果需要压缩 js 和 css,需要 java 环境和 yui 压缩器:http://yui.zenfs.com/releases/yuicompressor/yuicompressor-2.4.7.zip 详见 bin/min.sh

安装步骤

  1. 创建数据库,例如 mysql 数据库:$ mysql -u root -proot -e 'create database jihua charset utf8 collate utf8_general_ci'。注意数据库要使用utf8编码。
  2. 拷贝 local_settings.default.pylocal_settings.py,修改里面的数据库配置。还有其他配置可以改
  3. 执行 python manage.py syncdb 同步数据库
  4. 执行 python manage.py runserver 0.0.0.0:8000 启动临时服务器
  5. 浏览器访问 http://localhost:8000,后台地址是 http://localhost:8000/admin/,口令在第 3 步时创建
  6. 在后台的sites里更改默认的example.com为你自己的域名(找回密码时发邮件需要此设置)

贡献代码

目前有些非紧急的功能有待实现(时区设置,数据导出,etc),欢迎 fork 此项目,然后贡献代码。

API 文档

API 文档1.0

jihua's People

Contributors

ichuan avatar

Watchers

James Cloos avatar chenxiaba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.