Skip to content

Commit

Permalink
Update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanuashiri committed Jun 19, 2018
1 parent 53362a1 commit ee3ad36
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coverage

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Pipfile
Expand Up @@ -39,6 +39,8 @@ django-environ = "*"
djangorestframework = "*"
coverage = "*"
django-nose = "*"
Pipfile = "*"
factory-boy = "*"

[requires]
python_version = "3.5"
38 changes: 37 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion meethub/settings.py
Expand Up @@ -64,6 +64,7 @@
'rest_framework',
'coverage',
'django_nose',
'factory',

'events',
'accounts',
Expand Down Expand Up @@ -196,5 +197,5 @@

NOSE_ARGS = [
'--with-coverage',
'--cover-package=userprofile, actions, events, accounts'
'--cover-package=userprofile, actions, events, accounts, comments'
]
1 change: 1 addition & 0 deletions meethub/urls.py
Expand Up @@ -31,6 +31,7 @@
path('tinymce/', include('tinymce.urls')),
path('userprofile/', include('userprofile.urls'), name='userprofile'),
path('notifications/', include('actions.urls')),
path('comments/', include('comments.urls')),

path('api/v1/', include('apiv1.urls')),

Expand Down

0 comments on commit ee3ad36

Please sign in to comment.