diff options
author | Joseph Curtin <jbcurtincode@gmail.com> | 2020-02-10 11:39:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 11:39:24 -0500 |
commit | 6d5e253abe3aa9f02d42d2ce03aa68e85a0dbf1d (patch) | |
tree | e9c359cac0bb1814b4ce1f47b075cd9fdfa42e3c /django/build.sh | |
parent | e3b50df58392e1a0281fe947e69870bc8cae6143 (diff) | |
parent | 4f9c218e26b61e04730fb8deae5d1e659f2dca82 (diff) | |
download | astroconda-etc-6d5e253abe3aa9f02d42d2ce03aa68e85a0dbf1d.tar.gz |
Merge pull request #4 from jbcurtin/master
Updated Django to version 2.2.9
Diffstat (limited to 'django/build.sh')
-rw-r--r-- | django/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/build.sh b/django/build.sh deleted file mode 100644 index 5a5aeeb..0000000 --- a/django/build.sh +++ /dev/null @@ -1 +0,0 @@ -$PYTHON setup.py install |