Pete Graham

Results 6 comments of Pete Graham

Maybe Salt states is better if it doesn't tie the user down to Amazon as the hosting provider. Would be cool to switch things between development and production (such as...

I'm also not seeing not seeing the Dilla manage.py commands. My settings: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', # Uncomment the next line to enable the admin:...

I am also very interested in this feature. Does anyone have suggested steps on how this should be implemented? I'd be happy to work on it.

Could you just watch for *.py files in the dir or is this not an option?

@dserkin that fix worked well for me. Thanks for your help.

@dserkin thanks for your reply. I saw the `getAuthTokenForCode` function and `shouldStartLoadWithRequest` in UberKit.m. What I was struggling to understand is how I can call these methods from `UberKitDemoAppDelegate.m` as...