Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisophy committed Jan 3, 2021
2 parents 4470847 + 397d384 commit 6f66186
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,4 @@ healthchecksdb
/DjangoSearchView/env
/DjangoSearchView/obj
/DjangoSearchView/static/admin
/django-searchview
1 change: 1 addition & 0 deletions DjangoSearchView/DjangoSearchView.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<Compile Include="DjangoSearchView\wsgi.py" />
<Compile Include="searchview\forms.py" />
<Compile Include="searchview\views.py" />
<Compile Include="searchview\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="sample\" />
Expand Down
3 changes: 3 additions & 0 deletions DjangoSearchView/searchview/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Package for SearchView.
"""

0 comments on commit 6f66186

Please sign in to comment.