Skip to content

Commit

Permalink
IPython/Jupyter notebook integration, django_extensions, shell_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
darknight-007 committed Jan 5, 2017
1 parent 7c3cc1c commit 5f72815
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 4 deletions.
145 changes: 145 additions & 0 deletions AgDSS-Command-and-Control.ipynb

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions agdss/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_extensions',
]

MIDDLEWARE_CLASSES = [
Expand Down Expand Up @@ -84,7 +85,7 @@
'NAME': 'agdss', # Or path to database file if using sqlite3.
# The following settings are not used with sqlite3:
'USER': 'aguser',
'PASSWORD': 'aguser',
'PASSWORD': 'GRASPag2016#',
'HOST': 'localhost', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
'PORT': '', # Set to empty string for default.
}
Expand Down Expand Up @@ -135,4 +136,6 @@
STATIC_ROOT = "/home/jdas/Dropbox/Research/UPenn/kumar-prec-ag"
#STATIC_ROOT = "/home/sdcunha/Dropbox/kumar-prec-ag"


NOTEBOOK_ARGUMENTS = [
'--config=jupyter_notebook_config.py',
]
3 changes: 1 addition & 2 deletions agdss/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@


#Note: Include a '/' at end of folder names
STATIC_ROOT = "/home/sdcunha/Dropbox/kumar-prec-ag/"
STATIC_ROOT = "static-root/"
LABEL_FOLDER_NAME='labels/'
LABEL_AVERAGE_FOLDER_NAME='averages/'
SECRET_KEY = 'q82m6os5(_m4s7tabkfsz1y90dsnz1q(_c^+u&zs+ffftgs*2$'

0 comments on commit 5f72815

Please sign in to comment.