Skip to content

davide-ceretti/DEPRECATED-googleappengine-django-blog

Repository files navigation

A simple Django Blog built on Google App Engine

Project is DEPRECATED, see https://github.com/davide-ceretti/googleappengine-djangae-blog

The idea is to create a simple blog with Django on Google App Engine by using App Engine models.

I'm using the Django Google App Engine integration (https://github.com/potatolondon/djappengine), tweaked so that it runs with the latest SDK and it has a couple of additional features.

The blog is currently deployed at http://dav-ceretti.appspot.com/.

System Requirements

Python 2.7 Google Appengine Python SDK 1.9.5

Setup

export PATH=$PATH:<path-to-google_appengine>

Run locally

./serve.sh

Run tests

./test.sh

Play with shell

./shell.py

Deploy

./deploy.sh

Play with remote shell

./remote_shell.sh

About

Simple Django Blog built on Google App Engine

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors