change .gitignore

This commit is contained in:
cuom1999 2020-03-15 20:23:14 -06:00
parent 25325b4fd9
commit ed5c7bd379
5 changed files with 149 additions and 6 deletions

View file

@ -367,7 +367,7 @@ urlpatterns = [
url(r'^custom_checker_sample/', about.custom_checker_sample, name='custom_checker_sample'),
url(r'chat/', ChatView.as_view(), name='chat'),
url(r'^chat/', ChatView.as_view(), name='chat'),
]
favicon_paths = ['apple-touch-icon-180x180.png', 'apple-touch-icon-114x114.png', 'android-chrome-72x72.png',