old-djangae-scaffold
old-djangae-scaffold copied to clipboard
Barebones Djangae application for those who want to hit the ground running!
I'm making a PR for this, so that it's visible and we can have discussion around it, even though the work isn't quite finished. Off the top of my head,...
I'm seeing the following error when trying to deploy a djangae-scaffold based application to GAE. > File "/base/data/home/apps/s~APP/20190316t120751.416813848522013508/APP/settings_live.py", line 36, in ('django.template.loaders.cached.Loader', template['OPTIONS']['loaders']) KeyError: 'loaders' I was able to work...
As far as I can tell, this was previously pointing to 0.9.11-alpha, presuming it wasn't intentional
while running the command "python manage.py runserver" the following error is raised. ImportError: No module named wrapper_util
This is a common app hierachy for many django apps. * Create new `conf` directory * Update `settings.py` to `settings_base.py` * Update all references and imports to the old app...
#130 was merged just before the 0.9.11 Djangae release - this pins down to this new version.
* Note that GoogleAppEngineMapReduce installs GoogleAppEnginePipelines as a dependecy anyway
This is now included as part of Django (from 1.10 I think), so we don't need to use the separate repo.