forked from mirrors/bookwyrm
Creates forms directory
This commit is contained in:
parent
c0db081120
commit
7169f7ba20
2 changed files with 3 additions and 0 deletions
3
bookwyrm/forms/__init__.py
Normal file
3
bookwyrm/forms/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
""" make forms available to the app """
|
||||||
|
# site admin
|
||||||
|
from .forms import *
|
Loading…
Reference in a new issue