gae-init / gae-init-upload

Fork of gae-init with Google Cloud Storage
http://upload.gae-init.appspot.com
MIT License
36 stars 15 forks source link

Admin Config Broken #16

Closed davidstackio closed 9 years ago

davidstackio commented 9 years ago

Unable to load http://localhost:8080/admin/config/

Due to: UndefinedError: 'jinja2.environment.TemplateModule object' has no attribute 'oauth_fields'

lipis commented 9 years ago

you are most likely right.. I haven't synced it with the parent project recently and I'm guessing the last sync wasn't checked properly.. It should be an easy fix.. if you didn't disconnect from the project you will be able to pull the latest changes afterwards..

lipis commented 9 years ago

Fixed in https://github.com/gae-init/gae-init-upload/commit/1c0567c1d7ae726e331cf941d86620645bc0c660

lipis commented 9 years ago

I might update it now to the latest version that is using Gulp instead of Grunt.. if you were just using ./run.py .. there should be no changes :)

lipis commented 9 years ago

https://github.com/gae-init/gae-init-upload/commit/ac3d291030e4a25d1c7b66817f6e3f7ae532de7b

That is quite a change but you should have no issues when upgrading..

davidstackio commented 9 years ago

Thanks for the quick fix!

I'm thinking of just sticking with grunt for now since I am already familiar with it - is there a major advantage of switching to gulp?