More Vagrant stuff.

master
Nick Sergeant 2014-10-30 12:22:26 -04:00
parent 2919f5c82b
commit 5f595b066d
3 changed files with 10 additions and 1 deletions

6
.gitignore vendored
View File

@ -23,3 +23,9 @@ media/js/src/modules/snipt.min.js
media/js/src/pro.min.js
media/js/snipt-all.min.js
media/js/pro-all.min.js
static/admin
static/css
static/fonts
static/img
static/js

View File

@ -41,6 +41,9 @@ end
function logs
sudo supervisorctl tail -f snipt stdout
end
function pm
python manage.py $argv
end
function run
sudo supervisorctl restart snipt
sudo supervisorctl tail -f snipt stdout

View File

@ -7,7 +7,7 @@ INTERCOM_SECRET_KEY = ''
POSTMARK_API_KEY = ''
RAVEN_CONFIG = { 'dsn': '' }
S3_URL = 'https://%s.s3.amazonaws.com/' % AWS_STORAGE_BUCKET_NAME
SECRET_KEY = ''
SECRET_KEY = 'changeme'
SESSION_COOKIE_SECURE = False
SSLIFY_DISABLE = True
STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage'