Code Monkey home page Code Monkey logo

trixi.co's Introduction

Trixi.co

Trixi is a task management webapp implemented using Python/Flask. It runs on Google App Engine.

Click here to see it in production.

Contributing

This project is licensed under the MIT license, so you can do whatever you like with it, more or less.

Feel free to create pull-requests for improvements or new features.

Please note: I'll only deploy your code to production if I like what you've done and it's in the spirit of simplicity. If you're unsure, ask me first!

Installing and setup on Ubuntu

  1. Follow these instructions
  2. Install this package: google-cloud-sdk-app-engine-python
  3. bower install
  4. gcloud init

Local Devserver

To run use dev_appserver.py . in project root.

You can also clear datastore at start: dev_appserver.py --clear_datastore=yes app.yaml

To drop into local debugger, add import pdb; pdb.set_trace() to set a breakpoint. This invokes the Python debugger

glcoud commands

  • Deploy: gcloud app deploy. ENSURE THAT INDEXES ARE UP TO DATE!
  • List projects: gcloud projects list
  • Change project project: gcloud init

If indexes changed, do this: gcloud datastore create-indexes index.yaml, otherwise things get borked

Installing Python packages

New packages are installed to the lib folder using the pip install -t lib <package-name> command.

trixi.co's People

Contributors

caspii avatar

Watchers

 avatar  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.