We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c075562 commit 4d97a23Copy full SHA for 4d97a23
3 files changed
Makefile
@@ -36,7 +36,7 @@ shell:
36
37
.PHONY: backup
38
backup:
39
- python manage.py dumpdata --output backup-$(shell date --iso-8601).json
+ python manage.py dbbackup
40
41
.PHONY: clean
42
clean:
manage.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/home/lionleaf/dwitter/venv/bin/python
2
import os
3
import sys
4
requirements.txt
@@ -6,4 +6,6 @@ django-anymail==0.3.1
6
django-filter==0.13
7
django-compressor==2.1
8
django-dbbackup==2.5.0
9
+boto==2.42
10
+django-storages-redux==1.3.2
11
flake8
0 commit comments