Git Product home page Git Product logo

dj-gae-skeletor's Introduction

Django Google App Engine Skeletor

dj-gae-skeletor is a skeleton Django project handy for bootstrapping new empty projects hosted with Google App Engine

Features

Comes with:

  • django-nonrel - Non-relational backend support for Django via the new multi-db SQL compiler layer.
  • djangoappengine - Django backends for App Engine support.
  • djangotoolbox - Small set of useful Django tools that are nonrel-compatible.
  • django-autoload - Ensures loading of indexes or signal handlers before any request is being processed.
  • django-dbindexer - Adds support for SQL features like JOINs to non-relational Django backends

Quick setup

Download Google App Engine SDK, unpack and add to PATH env variable.

# create symbolic link to webob in project dir (in this case project dir is dj-gae-skeletor)
ln -s <path_to_google_app_engine_sdk>/lib/<latest_webob>/webob webob

# run
python manage.py syncdb

# run
python manage.py runserver

# manage.py remote allows you to execute a command on the production database
# examples are:
manage.py remote shell
manage.py remote createsuperuser
  • Any app or module should be added to project dir
  • You can access datastore with: /_ah/admin/

Deploying

If you haven't created application yet, go to https://appengine.google.com/ and create one.

Use created app name in app.yaml under application property.

# run
python manage.py deploy

You will have to login with google account.

In case of server errors go to https://appengine.google.com/, choose app and then Logs link in sidebar.

dj-gae-skeletor's People

Contributors

senko avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

neutral-network

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.