Skip to content

Commit

Permalink
Apps & Requirements Folders Restructured & travis file updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 committed Jan 20, 2017
1 parent da4cfd5 commit 46e05d7
Show file tree
Hide file tree
Showing 86 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -76,6 +76,7 @@ HTTP_200/static/ckeditor
HTTP_200/static/rest_framework
HTTP_200/static/debug_toolbar
HTTP_200/static/admin
HTTP_200/config_keys.py

connect_uwsgi.ini

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
# command to install dependencies
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r requirements/dev.txt
- pip install coveralls

# script: coverage
Expand Down
4 changes: 2 additions & 2 deletions HTTP_200/settings.py
Expand Up @@ -119,8 +119,8 @@
'NAME': config_keys.DATABASE_NAME,
'USER': config_keys.MYSQL_USERNAME,
'PASSWORD': config_keys.MYSQL_PASSWORD,
'HOST': 'localhost', # Or an IP Address that your DB is hosted on
'PORT': '3306',
'HOST': config_keys.HOST, # Or an IP Address that your DB is hosted on
'PORT': config_keys.PORT,
}
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions requirements.txt → requirements/common.txt
Expand Up @@ -18,3 +18,4 @@ pytest-django==2.9.1
django-import-export==0.4.2
flake8
XlsxWriter==0.9.3
`
3 changes: 3 additions & 0 deletions requirements/dev.txt
@@ -0,0 +1,3 @@
-r common.txt

drfdocs==0.0.11

0 comments on commit 46e05d7

Please sign in to comment.