PyCharm + Django + App Engine Follow
Hi, I'm brand new to Django and Python. I'd like to create a Django project in PyCharm and deploy it to App Engine using the Datastore. There seems to be quick start guides for App Engine and Django, but not both combined.
It seems to all work when I create an App Engine project and tick the Django checkbox, but I don't have any idea on what to add to the settings.py file to make it connect to the App Engine Datastore.
Any ideas?
It seems to all work when I create an App Engine project and tick the Django checkbox, but I don't have any idea on what to add to the settings.py file to make it connect to the App Engine Datastore.
Any ideas?
Please sign in to leave a comment.
http://www.allbuttonspressed.com/projects/djangoappengine
... do I need to install this to get a simple web app running? It seems quite complex...