Skip to content

Commit

Permalink
Changes to facilitate S3 backup
Browse files Browse the repository at this point in the history
  • Loading branch information
lionleaf committed Aug 18, 2016
1 parent c075562 commit 4d97a23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ shell:

.PHONY: backup
backup:
python manage.py dumpdata --output backup-$(shell date --iso-8601).json
python manage.py dbbackup

.PHONY: clean
clean:
Expand Down
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/home/lionleaf/dwitter/venv/bin/python
import os
import sys

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ django-anymail==0.3.1
django-filter==0.13
django-compressor==2.1
django-dbbackup==2.5.0
boto==2.42
django-storages-redux==1.3.2
flake8

0 comments on commit 4d97a23

Please sign in to comment.