We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3829afa commit 90db6d1Copy full SHA for 90db6d1
places/management/commands/_extract.py
@@ -14,10 +14,6 @@ class ExtractHttp(Extract):
14
'''
15
16
def run(self):
17
-
18
- return {
19
- 'file_name' : 'datagov_1474278205.geojson',
20
- }
21
22
file_url = self.config.get('extract').get('url')
23
requirements.txt
@@ -4,3 +4,4 @@ djangorestframework==3.4.6
4
six==1.10.0
5
Werkzeug==0.11.11
6
psycopg2==2.6.2
7
+PyYAML==3.11
0 commit comments