GithubHelp home page GithubHelp logo

django-taster-blog's Introduction

django-taster-blog

Trying Django and Google App Engine

Install

git clone [email protected]:bugthing/django-taster-blog.git
mkdir tmp
cd tmp/
git clone https://github.com/django-nonrel/django
git clone https://github.com/django-nonrel/djangoappengine
git clone https://github.com/django-nonrel/djangotoolbox.git
git clone https://github.com/django-nonrel/django-dbindexer.git
hg clone https://bitbucket.org/twanschik/django-autoload
mv django/django ../django-taster-blog/
mv djangoappengine/djangoappengine ../django-taster-blog/
mv djangotoolbox/djangotoolbox ../django-taster-blog/
mv django-dbindexer/dbindexer ../django-taster-blog/
mv django-autoload/autoload ../django-taster-blog/
cd ../django-taster-blog
rm -rf ../tmp

Setup

Create a login:

python manage.py createsuperuser

Ensure the app works by running the tests:

python manage.py test blog

Run

Get dev server up like so:

python manage.py runserver

Then visit:

http://127.0.0.1:8000/

Deploy

Send it up to the Google App Engine:

python manage.py deploy

Create a login in GAE:

python manage.py remote createsuperuser

django-taster-blog's People

Contributors

bugthing avatar

Watchers

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