We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b6b70 commit 6d5d5f2Copy full SHA for 6d5d5f2
causes_service/Makefile
@@ -8,6 +8,7 @@ up:
8
./manage.py runserver 0.0.0.0:8000
9
10
build:
11
+ npm install
12
make styles-build
13
make generate_app_links_client
14
causes_service/admin/widgets.py
@@ -1,6 +1,5 @@
1
from django.template.loader import get_template
2
-from unfold.admin import UnfoldAdminTextareaWidget
3
-from unfold.widgets import TEXTAREA_CLASSES, PROSE_CLASSES
+from unfold.widgets import TEXTAREA_CLASSES, PROSE_CLASSES, UnfoldAdminTextareaWidget
4
5
from now_u_api.settings import BASE_URL
6
0 commit comments