Skip to content

Commit

Permalink
add pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexiao committed Jul 24, 2017
1 parent dc836fc commit fcb3350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mysqlclient==1.3.10
Django==1.11.3
djangorestframework==3.6.3
mysqlclient==1.3.10
pre-commit==0.15.3
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type=$1
app=$2

cmd=""
runserver="python manage.py runserver 0.0.0.0:8080"
runserver="python manage.py runserver 0.0.0.0:8000"
migration_all="python manage.py makemigrations"
migrate_all="python manage.py migrate"

Expand Down

0 comments on commit fcb3350

Please sign in to comment.