Skip to content

Commit

Permalink
update for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbuck committed Dec 19, 2019
1 parent 4047283 commit 8b166b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DominionCardAPI/settings-sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@
# https://docs.djangoproject.com/en/2.1/howto/static-files/

STATIC_URL = '/static/'
#STATIC_ROOT = os.path.join(BASE_DIR, "static")
#STATIC_ROOT = os.path.join(BASE_DIR, "static")
2 changes: 1 addition & 1 deletion DominionCardAPI/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
path('', api_root),
]

urlpatterns += router.urls
urlpatterns += router.urls

0 comments on commit 8b166b8

Please sign in to comment.